MCPcopy
hub / github.com/metafizzy/flickity / getDoNextDragTest

Function getDoNextDragTest

test/unit/drag.js:50–59  ·  view source on GitHub ↗
( done )

Source from the content-addressed store, hash-verified

48var dragTests;
49// do each drag test one after another
50function getDoNextDragTest( done ) {
51 return function doNextDragTest() {
52 if ( dragTests.length ) {
53 var dragTest = dragTests.shift();
54 dragTest();
55 } else {
56 done();
57 }
58 };
59}
60
61// flickity, dragPositions, index, onSettle, message
62function getFakeDragTest( args ) {

Callers 1

drag.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…