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

Function callback

Three.js/js/leap.js:260–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 var controller = this;
259 if (this.connection.connect() && this.inBrowser() && !controller.supressAnimationLoop) {
260 var callback = function() {
261 controller.emit('animationFrame', controller.lastConnectionFrame);
262 window.requestAnimFrame(callback);
263 }
264 window.requestAnimFrame(callback);
265 }
266}

Callers 15

Three62dev.jsFile · 0.70
traverse_json_hierarchyFunction · 0.70
jquery-1.9.1.jsFile · 0.70
Three62.jsFile · 0.70
traverse_json_hierarchyFunction · 0.70
Three59dev.jsFile · 0.70
traverse_json_hierarchyFunction · 0.70
Three66.jsFile · 0.70
traverse_json_hierarchyFunction · 0.70
immediateRunnerCallbackFunction · 0.70
ThreeDebug.jsFile · 0.70
Three56.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected