Changeset 12383

Show
Ignore:
Timestamp:
02/11/08 17:35:02 (11 months ago)
Author:
dante
Message:

fixes #5820 (dup and patch) and fixes #5650 (orig) ... patch from Shane O'Sullivan - fixes Thumbnailpicker going to first image.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/image/ThumbnailPicker.js

    r11925 r12383  
    333333 
    334334                // var _this = this; 
    335                 if(!idx){ idx = this._thumbIndex; } 
     335                if(typeof idx == "undefined" || idx == null){ idx = this._thumbIndex; } 
    336336                idx = Math.min(Math.max(idx, 0), this._maxPhotos); 
    337337