bili-small-game
Advanced tools
Comparing version 1.0.114-v7-beta.1 to 1.0.114-v7-beta.2
@@ -519,6 +519,18 @@ // This file is always executed before the App's index.js. It sets up most of | ||
window.setTimeout = function(cb, t) { | ||
return _internalBL.setTimeout(cb, t || 0); | ||
for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { | ||
args[_key - 2] = arguments[_key]; | ||
} | ||
return _internalBL.setTimeout(function () { | ||
cb.apply(void 0, args); | ||
}, t || 0); | ||
}; | ||
window.setInterval = function(cb, t) { | ||
return _internalBL.setInterval(cb, t || 0); | ||
for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { | ||
args[_key - 2] = arguments[_key]; | ||
} | ||
return _internalBL.setInterval(function () { | ||
cb.apply(void 0, args); | ||
}, t || 0); | ||
}; | ||
@@ -525,0 +537,0 @@ window.clearTimeout = function(id) { |
{ | ||
"name": "bili-small-game", | ||
"version": "1.0.114-v7-beta.1", | ||
"version": "1.0.114-v7-beta.2", | ||
"description": "bilibili small game", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
862536
4175