From e82a836b797a06b4ea83d1d07c2bbbb26bf01196 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 18:58:27 +0800 Subject: [PATCH] DependTree/Window.js --- DependTree/Window.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.2