From ddec5a1a96cc8efda67713ab84e7c0309f68aea5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Oct 2010 18:06:19 +0800 Subject: [PATCH] Sample/Editor.bjs --- Sample/Editor.bjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } ] } -- 2.39.2