Generated test files for new snippets
This commit is contained in:
5
test/bindKey/bindKey.js
Normal file
5
test/bindKey/bindKey.js
Normal file
@ -0,0 +1,5 @@
|
||||
const bindKey = (context, fn, ...args) =>
|
||||
function() {
|
||||
return context[fn].apply(context, args.concat(...arguments));
|
||||
};
|
||||
module.exports = bindKey
|
||||
Reference in New Issue
Block a user