Changeset 12383
- Timestamp:
- 02/11/08 17:35:02 (11 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/image/ThumbnailPicker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/image/ThumbnailPicker.js
r11925 r12383 333 333 334 334 // var _this = this; 335 if( !idx){ idx = this._thumbIndex; }335 if(typeof idx == "undefined" || idx == null){ idx = this._thumbIndex; } 336 336 idx = Math.min(Math.max(idx, 0), this._maxPhotos); 337 337