src/Builder4/WindowRooView.bjs
[app.Builder.js] / src / Builder4 / WindowRooView.vala
index 47068b3..b63aaa7 100644 (file)
@@ -1385,14 +1385,14 @@ public class Xcls_WindowRooView : Object
                
                 
         
-               var res =  this.highlightErrors(p.validateJavascript(
+               return this.highlightErrors(p.validateJavascript(
                 str, 
                  "", // _this.key, 
                 "file", //_this.ptype,
                 _this.file,
                 null
             ));    
-            return res;
+             
         }
     }