Changeset 6388
- Timestamp:
- 02/27/08 14:05:28 (11 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Tween.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Tween.js
r6387 r6388 111 111 stop: function() { 112 112 if (!this.playing) { 113 return 113 return; 114 114 } 115 115
