Builder/RightGtkView.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 18 May 2010 07:46:37 +0000 (15:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 18 May 2010 07:46:37 +0000 (15:46 +0800)
Builder/RightGtkView.js

index 7b5b2a8..29be347 100755 (executable)
@@ -284,9 +284,9 @@ RightGtkView = new XObject({
             });
             src += "console = imports.console;\n"; // path?!!?
             src += "XObject = imports.XObject.XObject;\n"; // path?!!?
-            //if (withDebug) {
+            if (withDebug) {
                 src += "XObject.debug=true;\n"; 
-            //}
+            }
             
             
             src += '_top=new XObject('+ this.mungeToString(data) + ')\n;';