Invoking the trivial change clause, I'm adding a semicolon. (see #1392)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6388 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-02-27 19:05:28 +00:00
parent ffecbe0594
commit 1b57ea3069

View File

@@ -110,7 +110,7 @@ OpenLayers.Tween = OpenLayers.Class({
*/
stop: function() {
if (!this.playing) {
return
return;
}
if (this.callbacks && this.callbacks.done) {