MCPcopy
hub / github.com/imakewebthings/deck.js / indexInBounds

Function indexInBounds

core/deck.core.js:260–262  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

258 };
259
260 var indexInBounds = function(index) {
261 return typeof index === 'number' && index >=0 && index < slides.length;
262 };
263
264 var createBeforeInitEvent = function() {
265 var event = $.Event(events.beforeInitialize);

Callers 1

deck.core.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected