Changeset 15134
- Timestamp:
- 09/04/08 18:31:16 (3 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/ComboBox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/ComboBox.js
r14836 r15134 792 792 if((dataObject.start + dataObject.count) < dataObject._maxOptions){ 793 793 displayMore = true; 794 }else if((dataObject.start + dataObject. length) > (dataObject._maxOptions - 1)){794 }else if((dataObject.start + dataObject.count) > (dataObject._maxOptions - 1)){ 795 795 //Weird return from a datastore, where a start + count > maxOptions 796 796 //implies maxOptions isn't really valid and we have to go into faking it.