From: Alan Knowles Date: Wed, 21 Jul 2010 10:27:32 +0000 (+0800) Subject: Sample/Window.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=7b7735c7f7fbced51a7b1094b268227e53995451;p=app.Builder.js Sample/Window.js --- diff --git a/Sample/Window.js b/Sample/Window.js index dab3d7ded..26ee6793d 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2744,10 +2744,10 @@ Window=new XObject({ this.ready = true; this.pendingRedraw = false; - var js = this.get('/LeftTree.model').toJS(); - if (js && js[0]) { - this.renderJS(js[0]); - } + //var js = this.get('/LeftTree.model').toJS(); + //if (js && js[0]) { + // this.renderJS(js[0]); + //} }, script_alert : function (self, object, p0) {