jzqbmaplib.lushu
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -232,7 +232,6 @@ (function (root, factory) { | ||
this._fromStop = false | ||
this.i= index | ||
this.i= index | ||
var me=this | ||
const initPos=this._path[index] | ||
console.log(this._path.length,index); | ||
const targetPos=this._path.length>index+1?this._path[index + 1]:this._path[index] | ||
const targetPos=this._path.length-1>=index?this._path[index]:this._path[index + 1] | ||
const effect=this._tween.linear | ||
@@ -389,2 +388,3 @@ const currentCount = 1 | ||
var me = this; | ||
console.log('_moveNext index:',index,',length:',this._path.length); | ||
if (index < this._path.length - 1) { | ||
@@ -391,0 +391,0 @@ me._move(me._path[index], me._path[index + 1], me._tween.linear); |
{ | ||
"name": "jzqbmaplib.lushu", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A library of Baidu Map JS API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19222