MCPcopy Create free account
hub / github.com/breck7/scroll / bind

Function bind

external/.scrollLibs.js:652–657  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

650 }
651
652 function bind(f) {
653 var args = Array.prototype.slice.call(arguments, 1)
654 return function () {
655 return f.apply(null, args)
656 }
657 }
658
659 function copyObj(obj, target, overwrite) {
660 if (!target) {

Callers 4

startWorkerFunction · 0.85
leftButtonDownFunction · 0.85
CodeMirrorFunction · 0.85
selection_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected