Builder3/Window.js
[app.Builder.js] / 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();