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

Function getSlideCellsCount

test/unit/group-cells.js:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 } );
7
8 function getSlideCellsCount() {
9 var counts = flkty.slides.map( function( slide ) {
10 return slide.cells.length;
11 } );
12 return counts.join(',');
13 }
14
15 assert.equal( getSlideCellsCount(), '3,2,2,1,1,3,2', 'groupCells: true' );
16 var targets = flkty.slides.map( function( slide ) {

Callers 1

group-cells.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…