DependTree/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:58:27 +0000 (18:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 10:58:27 +0000 (18:58 +0800)
DependTree/Window.js

index e636bb4..e8ab118 100644 (file)
@@ -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)