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

Function MaterialRadio

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

Source from the content-addressed store, hash-verified

1664 * @param {HTMLElement} element The element that will be upgraded.
1665 */
1666 var MaterialRadio = function MaterialRadio(element) {
1667 this.element_ = element;
1668 // Initialize instance.
1669 this.init();
1670 };
1671 window['MaterialRadio'] = MaterialRadio;
1672 /**
1673 * 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