MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / bind

Function bind

plugins/UiConfig/media/js/all.js:1145–1145  ·  view source on GitHub ↗
(fn, me)

Source from the content-addressed store, hash-verified

1143(function() {
1144 var ZeroFrame,
1145 bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
1146 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; },
1147 hasProp = {}.hasOwnProperty;
1148

Callers 4

ZeroFrameFunction · 0.70
ConfigStorageFunction · 0.70
ConfigViewFunction · 0.70
UiConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected