From: Alan Knowles Date: Thu, 29 Apr 2010 06:20:25 +0000 (+0800) Subject: Builder/Window.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=fbac4a1475ab75000bc4d0b7a3bd486ed35d3ba5;p=app.Builder.js Builder/Window.js --- diff --git a/Builder/Window.js b/Builder/Window.js index d4b5fe072..ca3d98be6 100755 --- a/Builder/Window.js +++ b/Builder/Window.js @@ -46,8 +46,8 @@ Window = new XObject({ XObject.prototype.init.call(this); this.el.show_all(); - this.get('MidPropTree').hideWin(); - this.get('RightPalete.palete').hide(); + MidPropTree.hideWin(); + RightPalete.get('palete').hide(); this.el.set_default_size(900, 600);