From f2302f855e62268773e7db498063f9eae065cca8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Dec 2010 19:16:37 +0800 Subject: [PATCH] DependTree/Window.js --- DependTree/Window.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DependTree/Window.js b/DependTree/Window.js index e8ab11848..835771daf 100644 --- a/DependTree/Window.js +++ b/DependTree/Window.js @@ -106,8 +106,8 @@ Window=new XObject({ var old = this.list.getValue(path, 1); - print(JSON.stringify(old)); - // this.list.setValue(path, 1, !old) + // print(JSON.stringify(old)); + this.list.setValue(path, 1, !old) -- 2.39.2