From 1b57ea3069d18d6e5925f882689cb8fe2a7d736b Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 27 Feb 2008 19:05:28 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Tween.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Tween.js b/lib/OpenLayers/Tween.js index 298976a0e3..1c09703db0 100644 --- a/lib/OpenLayers/Tween.js +++ b/lib/OpenLayers/Tween.js @@ -110,7 +110,7 @@ OpenLayers.Tween = OpenLayers.Class({ */ stop: function() { if (!this.playing) { - return + return; } if (this.callbacks && this.callbacks.done) {