Changeset 13475
- Timestamp:
- 04/30/08 06:08:30 (7 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/fx.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/fx.js
r13224 r13475 96 96 }); 97 97 if(this._current){ 98 this._current.gotoPercent(offset / _current.duration, andPlay);98 this._current.gotoPercent(offset / this._current.duration, andPlay); 99 99 } 100 100 return this;