From fc425de3ca91e96a9edb2e30bdd3b4736f0870af Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Nov 2010 14:19:19 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sample/Window.js b/Sample/Window.js index e0551b9d8..4fcef9ab1 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2198,7 +2198,8 @@ Window=new XObject({ }, load : function(ar) { // might casue problesm.. - this.get('/Editor.RightEditor').save(); + // this.get('/Editor.RightEditor').save(); + this.get('/Editor').el.hide(); this.get('/Editor').activePath = false; -- 2.39.2