初始化fy
This commit is contained in:
8
uni_modules/UniDevTools/node_modules/licia/bind.js
generated
vendored
Normal file
8
uni_modules/UniDevTools/node_modules/licia/bind.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var restArgs = require('./restArgs');
|
||||
exports = restArgs(function(fn, ctx, args) {
|
||||
return restArgs(function(callArgs) {
|
||||
return fn.apply(ctx, args.concat(callArgs));
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user