Changeset 13502

Show
Ignore:
Timestamp:
04/30/08 08:54:01 (7 months ago)
Author:
dylan
Message:

refs #6653, fix an accidental global reference in dojox.image.SlideShow?, \!strict

Files:
1 modified

Legend:

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

    r12894 r13502  
    307307                                        var img = _this.images[index].firstChild; 
    308308                                        if(img.tagName.toLowerCase() != "img"){img = img.firstChild;} 
    309                                         title = img.getAttribute("title"); 
     309                                        var title = img.getAttribute("title"); 
    310310                                         
    311311                                        if(_this._navShowing){