From: Alan Knowles Date: Thu, 2 Dec 2010 10:58:27 +0000 (+0800) Subject: DependTree/Window.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=e82a836b797a06b4ea83d1d07c2bbbb26bf01196 DependTree/Window.js --- diff --git a/DependTree/Window.js b/DependTree/Window.js index e636bb475..e8ab11848 100644 --- a/DependTree/Window.js +++ b/DependTree/Window.js @@ -103,11 +103,11 @@ Window=new XObject({ print("TOGGLE"); // this.list - var list = this.get('class-list-store'); + - var old = list.getValue(path, 1); + var old = this.list.getValue(path, 1); print(JSON.stringify(old)); - // list.setValue(path, 1, !old) + // this.list.setValue(path, 1, !old)