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

Function MaterialMenu

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

Source from the content-addressed store, hash-verified

1138 * @param {HTMLElement} element The element that will be upgraded.
1139 */
1140 var MaterialMenu = function MaterialMenu(element) {
1141 this.element_ = element;
1142 // Initialize instance.
1143 this.init();
1144 };
1145 window['MaterialMenu'] = MaterialMenu;
1146 /**
1147 * 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