MCPcopy Create free account
hub / github.com/WebReflection/neverland / stop

Function stop

test/neverland.js:342–351  ·  view source on GitHub ↗
(flush)

Source from the content-addressed store, hash-verified

340 }
341
342 function stop(flush) {
343 var didStop = !!timer;
344
345 if (didStop) {
346 cAF(timer);
347 if (flush) invoke();
348 }
349
350 return didStop;
351 }
352 }
353
354 /*! (c) Andrea Giammarchi - ISC */

Callers 2

rerafFunction · 0.70
dropEffectFunction · 0.70

Calls 1

invokeFunction · 0.70

Tested by

no test coverage detected