#publish ..

main
xian18 3 years ago
parent 3e4e940c78
commit 7ceac46b39

@ -444,7 +444,9 @@ var SF_Plugins = SF_Plugins || {};
});
for (var i = 0; i < indexList.length; i++) {
this.setByClosureIndex(indexList[i], (function () { closureFunctionList[i](); removeAllFunc(); }).bind(this));
this.setByClosureIndex(indexList[i], (function (i) {
return (function () { closureFunctionList[i](); removeAllFunc(); });
})(i).bind(this));
result.push(this.convertToString(indexList[i]));
}

Loading…
Cancel
Save