MCPcopy Index your code
hub / github.com/documentationjs/documentation / getSizes

Function getSizes

src/default_theme/assets/split.js:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 }
249
250 function getSizes() {
251 return elements.map(function (element) { return element.size; })
252 }
253
254 // Supports touch events, but not multitouch, so only the first
255 // finger `touches[0]` is counted.

Callers 2

stopDraggingFunction · 0.85
startDraggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected