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

Function stop

index.js:263–272  ·  view source on GitHub ↗
(flush)

Source from the content-addressed store, hash-verified

261 }
262
263 function stop(flush) {
264 var didStop = !!timer;
265
266 if (didStop) {
267 cAF(timer);
268 if (flush) invoke();
269 }
270
271 return didStop;
272 }
273 }
274
275 var umap = (function (_) {

Callers 2

rerafFunction · 0.70
dropEffectFunction · 0.70

Calls 1

invokeFunction · 0.70

Tested by

no test coverage detected