From: Alan Knowles Date: Fri, 29 Oct 2010 10:06:19 +0000 (+0800) Subject: Sample/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=ddec5a1a96cc8efda67713ab84e7c0309f68aea5;p=app.Builder.js Sample/Editor.bjs --- diff --git a/Sample/Editor.bjs b/Sample/Editor.bjs index 04660d86f..5531932ea 100644 --- a/Sample/Editor.bjs +++ b/Sample/Editor.bjs @@ -67,7 +67,8 @@ "pack": "set_buffer", "xtype": "Buffer", "|toString": "function() {\n var s = new Gtk.TextIter();\n var e = new Gtk.TextIter();\n this.el.get_start_iter(s);\n this.el.get_end_iter(e);\n return this.el.get_text(s,e,true);\n}\n", - "|xns": "GtkSource" + "|xns": "GtkSource", + "|": "function() {\n \n}\n" } ] }