Changeset 15170
- Timestamp:
- 09/08/08 06:46:10 (3 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/Tree.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/Tree.js
r15119 r15170 1342 1342 // reruns the query for the children of the root node, 1343 1343 // sending out an onSet notification if those children have changed 1344 var oldChildren = this.root.children ;1344 var oldChildren = this.root.children || []; 1345 1345 this.store.fetch({ 1346 1346 query: this.query,