MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / callback

Function callback

MathBox/mathbox-bundle.js:41955–41957  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

41953 // Attach event handler at last level
41954 if (target && (target.on || target.addEventListener)) {
41955 var callback = function (event) {
41956 object[dest] && object[dest](event, context);
41957 };
41958
41959 // Polyfill for both styles of event listener adders
41960 THREE.Binder._polyfill(target, [ 'addEventListener', 'on' ], function (method) {

Callers 15

mathbox-bundle.jsFile · 0.70
baseCloneFunction · 0.70
baseIsEqualFunction · 0.70
baseMergeFunction · 0.70
baseUniqFunction · 0.70
createAggregatorFunction · 0.70
assignFunction · 0.70
findKeyFunction · 0.70
findLastKeyFunction · 0.70
forInFunction · 0.70
forInRightFunction · 0.70
forOwnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected