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

Function updateStates

core/deck.core.js:153–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 };
152
153 var updateStates = function() {
154 updateContainerState();
155 updateChildCurrent();
156 removeOldSlideStates();
157 addNewSlideStates();
158 if (options.setAriaHiddens) {
159 setAriaHiddens();
160 }
161 };
162
163 var initSlidesArray = function(elements) {
164 if ($.isArray(elements)) {

Callers 1

deck.core.jsFile · 0.85

Calls 5

updateContainerStateFunction · 0.85
updateChildCurrentFunction · 0.85
removeOldSlideStatesFunction · 0.85
addNewSlideStatesFunction · 0.85
setAriaHiddensFunction · 0.85

Tested by

no test coverage detected