Changeset 15135
- Timestamp:
- 09/04/08 18:32:48 (3 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/ComboBox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/ComboBox.js
r15134 r15135 771 771 772 772 createOptions: function(results, dataObject, labelFunc){ 773 // TODOC: needs summary. What does this do and what are the params supposed to mean? 773 774 //this._dataObject=dataObject; 774 775 //this._dataObject.onComplete=dojo.hitch(comboBox, comboBox._openResultList);