Changeset 13475

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

refs #6653, fix an accidental global references in fx, \!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/fx.js

    r13224 r13475  
    9696                        }); 
    9797                        if(this._current){ 
    98                                 this._current.gotoPercent(offset / _current.duration, andPlay); 
     98                                this._current.gotoPercent(offset / this._current.duration, andPlay); 
    9999                        } 
    100100                        return this;