MCPcopy
hub / github.com/anvaka/VivaGraphJS / invoke

Function invoke

src/WebGL/webglInputEvents.js:133–141  ·  view source on GitHub ↗
(callbacksChain, args)

Source from the content-addressed store, hash-verified

131 }
132
133 function invoke(callbacksChain, args) {
134 var i, stopPropagation;
135 for (i = 0; i < callbacksChain.length; i += 1) {
136 stopPropagation = callbacksChain[i].apply(undefined, args);
137 if (stopPropagation) {
138 return true;
139 }
140 }
141 }
142
143 function startListen(root) {
144 var pos = {

Callers 2

handleMouseMoveFunction · 0.85
startListenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected