Changeset 2909
- Timestamp:
- 01/20/06 16:38:05 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/widget/Widget.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/widget/Widget.js
r2899 r2909 134 134 for(var x=0; x<this.children.length; x++){ 135 135 if(isFunc){ 136 if(this.children[x] .widgetTypeinstanceof type){136 if(this.children[x] instanceof type){ 137 137 ret.push(this.children[x]); 138 138 }