(element)
| 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. |