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

Function MaterialButton

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

Source from the content-addressed store, hash-verified

573 * @param {HTMLElement} element The element that will be upgraded.
574 */
575 var MaterialButton = function MaterialButton(element) {
576 this.element_ = element;
577 // Initialize instance.
578 this.init();
579 };
580 window['MaterialButton'] = MaterialButton;
581 /**
582 * 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