Builder/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 10:36:57 +0000 (18:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 10:36:57 +0000 (18:36 +0800)
Builder/Window.js

index 5d13d94..8bd47af 100644 (file)
@@ -868,7 +868,7 @@ Window=new XObject({
                                                                                                             
                                                                                         }
                                                                                         
-                                                                                        this.activeIter = false;
+                                                                                        this.activePath = false;
                                                                                         this.changed(false,true);
                                                                             },
                                                                             deleteSelected : function() {
@@ -884,7 +884,7 @@ Window=new XObject({
                                                                                         this.map = {};
                                                                                         this.treemap = { };
                                                                                         //this.toJS(null, true) // does not do anything?
-                                                                                        this.activeIter = false;
+                                                                                        this.activePath = false;
                                                                                         this.changed(false,true);
                                                                             },
                                                                             currentTree : false,