Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:14:13 +0000 (12:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 25 Apr 2011 04:14:13 +0000 (12:14 +0800)
Builder3/Window.js

index 0864d44..f55106f 100644 (file)
@@ -3911,7 +3911,7 @@ Window=new XObject({
                                            this.get('viewbox').el.hide();
                                            var ce = this.get('/Window.centerEast').el;
                                            
-                                           ce.set_postion(ce.get_allocated_width() - 30);
+                                           ce.set_position(ce.get_allocated_width() - 30);
                                              
                                            print("TRIED TO HIDE");
                                     },
@@ -3920,7 +3920,7 @@ Window=new XObject({
                                         this.get('viewbox').el.show();
                                         var ce = this.get('/Window.centereast').el;
                                         print(JSON.stringify(XObject.keys(ce) ,null,4));
-                                        ce.set_postion(ce.get_allocated_width() - 100);
+                                        ce.set_position(ce.get_allocated_width() - 100);
                                            
                                        // this.get('model').expanded();