MCPcopy
hub / github.com/jipegit/OSXAuditor / d3_rebind

Function d3_rebind

d3-3.2.8/d3.js:362–367  ·  view source on GitHub ↗
(target, source, method)

Source from the content-addressed store, hash-verified

360 return target;
361 };
362 function d3_rebind(target, source, method) {
363 return function() {
364 var value = method.apply(source, arguments);
365 return value === source ? target : value;
366 };
367 }
368 function d3_vendorSymbol(object, name) {
369 if (name in object) return name;
370 name = name.charAt(0).toUpperCase() + name.substring(1);

Callers 1

d3.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected