update, text, response
This commit is contained in:
3
node_modules/timers-ext/throttle.js
generated
vendored
3
node_modules/timers-ext/throttle.js
generated
vendored
@@ -2,8 +2,7 @@
|
||||
|
||||
var callable = require("es5-ext/object/valid-callable")
|
||||
, validTimeout = require("./valid-timeout")
|
||||
|
||||
, apply = Function.prototype.apply;
|
||||
, apply = Function.prototype.apply;
|
||||
|
||||
module.exports = function (fn, timeout) {
|
||||
var isScheduled = false, context, args, run;
|
||||
|
||||
Reference in New Issue
Block a user