MCPcopy
hub / github.com/impress/impress.js / initAllSteps

Function initAllSteps

js/impress.js:321–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319 // Initialize all steps.
320 // Read the data-* attributes, store in internal stepsData, and render with CSS.
321 var initAllSteps = function() {
322 steps = lib.util.$$( ".step", root );
323 steps.forEach( initStep );
324 };
325
326 // Build configuration from root and defaults
327 var buildConfig = function() {

Callers 2

initFunction · 0.70
gotoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected