()
| 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() { |