Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Oct 2010 08:32:10 +0000 (16:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Oct 2010 08:32:10 +0000 (16:32 +0800)
Sample/Window.js

index 8d2a397..f998bb5 100644 (file)
@@ -25,7 +25,7 @@ Window=new XObject({
                this.get('/MidPropTree').hideWin();
             this.get('/RightPalete').hide();
             this.get('/BottomPane').el.hide();
-            this.get('/EditorWindow').el.show_all();
+            this.get('/Editor').el.show_all();
         
         }
     },