MCPcopy
hub / github.com/DHTMLX/gantt / bind

Function bind

samples/common/codehighlight/codemirror.js:146–149  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

144 { selectInput = function(node) { try { node.select(); } catch(_e) {} }; }
145
146 function bind(f) {
147 var args = Array.prototype.slice.call(arguments, 1);
148 return function(){return f.apply(null, args)}
149 }
150
151 function copyObj(obj, target, overwrite) {
152 if (!target) { target = {}; }

Callers 3

DelayedFunction · 0.70
startWorkerFunction · 0.70
leftButtonDownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected