jzqbmaplib.lushu
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -388,2 +388,3 @@ (function (root, factory) { | ||
console.log('_moveNext index:',index,',length:',this._path.length); | ||
this._opts.onchange && this._opts.onchange(index) | ||
if (index < this._path.length - 1) { | ||
@@ -394,3 +395,3 @@ me._move(me._path[index], me._path[index + 1], me._tween.linear); | ||
} | ||
this._opts.onchange && this._opts.onchange(index) | ||
}, | ||
@@ -397,0 +398,0 @@ _setInfoWin: function(pos) { |
{ | ||
"name": "jzqbmaplib.lushu", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A library of Baidu Map JS API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
19232