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

Function MaterialSpinner

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

Source from the content-addressed store, hash-verified

2297 * @constructor
2298 */
2299 var MaterialSpinner = function MaterialSpinner(element) {
2300 this.element_ = element;
2301 // Initialize instance.
2302 this.init();
2303 };
2304 window['MaterialSpinner'] = MaterialSpinner;
2305 /**
2306 * 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