From: Alan Knowles Date: Mon, 25 Apr 2011 04:14:13 +0000 (+0800) Subject: Builder3/Window.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=ed88ae5d472179d7ac05e7842ebc944d5b3c2cc0 Builder3/Window.js --- diff --git a/Builder3/Window.js b/Builder3/Window.js index 0864d44c3..f55106f7c 100644 --- a/Builder3/Window.js +++ b/Builder3/Window.js @@ -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();