MCPcopy Index your code
hub / github.com/MALSync/MALSync / MaterialProgress

Function MaterialProgress

package/materialDesignLite.js:1565–1569  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1563 * @param {HTMLElement} element The element that will be upgraded.
1564 */
1565 var MaterialProgress = function MaterialProgress(element) {
1566 this.element_ = element;
1567 // Initialize instance.
1568 this.init();
1569 };
1570 window['MaterialProgress'] = MaterialProgress;
1571 /**
1572 * Store constants in one place so they can be updated easily.

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected