src/Builder4/WindowRooView.bjs
[app.Builder.js] / src / Builder4 / WindowRooView.vala
index 305c043..386d397 100644 (file)
@@ -1459,13 +1459,14 @@ public class Xcls_WindowRooView : Object
                
                 
         
-               return this.highlightErrors(p.validateJavascript(
+               return p.validateJavascript(
+                       _this.window.windowstate,
                 str, 
                  "", // _this.key, 
                 "file", //_this.ptype,
                 _this.file,
                 null
-            ));    
+            );    
              
         }
     }