From: Alan Knowles Date: Mon, 1 Nov 2010 02:42:21 +0000 (+0800) Subject: Sample/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9b2cd62ba37e01e163baa76f7827af3d3e90739c;p=app.Builder.js Sample/Editor.bjs --- diff --git a/Sample/Editor.bjs b/Sample/Editor.bjs index 0a03b16f2..34ae152ba 100644 --- a/Sample/Editor.bjs +++ b/Sample/Editor.bjs @@ -66,7 +66,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\n // this.get('/LeftPanel.model').changed( str , false);\n return false;\n}" }, "id": "buffer", "pack": "set_buffer",