From 7cb4976718bbef6c6c923b072df4b0de90a68c92 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Nov 2010 10:40:46 +0800 Subject: [PATCH] Sample/Editor.bjs --- Sample/Editor.bjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample/Editor.bjs b/Sample/Editor.bjs index e2e02b501..262734210 100644 --- a/Sample/Editor.bjs +++ b/Sample/Editor.bjs @@ -45,7 +45,7 @@ "id": "RightEditor", "pack": "add", "xtype": "ScrolledWindow", - "|save": "function() {\n this.get('/LeftPanel.model').changed( str , false);\n this.get('/Editor').dirty = false;\n}\n", + "|save": "function() {\n this.get('/LeftPanel.model').changed( str , false);\n this.get('/Editor').dirty = false;\n this.get\n}\n", "|xns": "Gtk", "items": [ { -- 2.39.2