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:
@@ -110,7 +110,7 @@ OpenLayers.Tween = OpenLayers.Class({
|
|||||||
*/
|
*/
|
||||||
stop: function() {
|
stop: function() {
|
||||||
if (!this.playing) {
|
if (!this.playing) {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.callbacks && this.callbacks.done) {
|
if (this.callbacks && this.callbacks.done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user