(element)
| 573 | * @param {HTMLElement} element The element that will be upgraded. |
| 574 | */ |
| 575 | var MaterialButton = function MaterialButton(element) { |
| 576 | this.element_ = element; |
| 577 | // Initialize instance. |
| 578 | this.init(); |
| 579 | }; |
| 580 | window['MaterialButton'] = MaterialButton; |
| 581 | /** |
| 582 | * Store constants in one place so they can be updated easily. |