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

Function MaterialIconToggle

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

Source from the content-addressed store, hash-verified

916 * @param {HTMLElement} element The element that will be upgraded.
917 */
918 var MaterialIconToggle = function MaterialIconToggle(element) {
919 this.element_ = element;
920 // Initialize instance.
921 this.init();
922 };
923 window['MaterialIconToggle'] = MaterialIconToggle;
924 /**
925 * 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