From: Alan Knowles Date: Mon, 1 Nov 2010 02:28:57 +0000 (+0800) Subject: Sample/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2e3de8d5c7ca966748f67e7a14213cb910cf67ea;p=app.Builder.js Sample/Editor.bjs --- diff --git a/Sample/Editor.bjs b/Sample/Editor.bjs index bf59c41b1..1529ef036 100644 --- a/Sample/Editor.bjs +++ b/Sample/Editor.bjs @@ -62,7 +62,7 @@ "items": [ { "listeners": { - "changed": "function (self) {\n\n this.checkSyntax();\n print(\"EDITOR CHANGED\");\n this.get('/Editor').dirty = true;\n // this.get('/LeftPanel.model').changed( str , false);\n return false;\n}" + "changed": "function (self) {\n\n this.checkSyntax();\n // print(\"EDITOR CHANGED\");\n this.get('/Editor').dirty = true;\n // this.get('/LeftPanel.model').changed( str , false);\n return false;\n}" }, "id": "buffer", "pack": "set_buffer",