MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / bind

Function bind

MathBox/mathbox-core.js:10732–10732  ·  view source on GitHub ↗
(fn, me)

Source from the content-addressed store, hash-verified

10730},{"../../../util":175,"./voxel":61}],61:[function(require,module,exports){
10731var Buffer, Util, Voxel,
10732 bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
10733 extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
10734 hasProp = {}.hasOwnProperty;
10735

Callers 3

ComponentFunction · 0.70
DataFunction · 0.70
VoxelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected