Changeset 12036
- Timestamp:
- 01/14/08 22:13:52 (12 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/ComboBox.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/ComboBox.js
r11980 r12036 565 565 deep: true 566 566 }, 567 store: this.store,568 567 query: query, 569 568 onComplete: dojo.hitch(this, "_openResultList"), … … 578 577 // reader knows which menu option to shout 579 578 dataObject.direction = direction; 580 dataObject.store.fetch(dataObject);579 this.store.fetch(dataObject); 581 580 } 582 581 this._nextSearch = this._popupWidget.onPage = dojo.hitch(this, nextSearch, dataObject);