This commit is contained in:
8
node_modules/licia/delay.js
generated
vendored
Normal file
8
node_modules/licia/delay.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var restArgs = require('./restArgs');
|
||||
exports = restArgs(function(fn, wait, args) {
|
||||
return setTimeout(function() {
|
||||
return fn.apply(null, args);
|
||||
}, wait);
|
||||
});
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user