Error in JS logs when click in the background
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / CldsModelService.js
index 12d2d05..8bc6e32 100644 (file)
@@ -25,6 +25,10 @@ app.service('cldsModelService', ['alertService','$http', '$q', function (alertSe
   
   function checkIfElementType(name){
       //This will open the methods located in the app.js
+      if (undefined == name) {
+          return
+      }
+      
       mapping = {
           'stringmatch': StringMatchWindow,
           'tca': TCAWindow,