From fbcac61f8c6fe390f6857996dc0e8c8d251b82b6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 17:10:04 +0800 Subject: [PATCH] DependTree/Window.bjs --- DependTree/Window.bjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependTree/Window.bjs b/DependTree/Window.bjs index 585a2794c..d3732566f 100644 --- a/DependTree/Window.bjs +++ b/DependTree/Window.bjs @@ -7,7 +7,7 @@ "items": [ { "listeners": { - "show": "function (self) {\n var BuildLists = imports.BuildLists.BuildLists;\n this.data = new BuildLists();\n print(JSON.stringify(data.allmethods, null,4));\n\n}" + "show": "function (self) {\n var BuildLists = imports.BuildLists.BuildLists;\n this.data = new BuildLists();\n print(JSON.stringify(data.allmethods, null,4));\n}" }, "default_height": 500, "default_width": 600, -- 2.39.2