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

Function MaterialTabs

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

Source from the content-addressed store, hash-verified

2653 * @param {Element} element The element that will be upgraded.
2654 */
2655 var MaterialTabs = function MaterialTabs(element) {
2656 // Stores the HTML element.
2657 this.element_ = element;
2658 // Initialize instance.
2659 this.init();
2660 };
2661 window['MaterialTabs'] = MaterialTabs;
2662 /**
2663 * 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