(element)
| 1563 | * @param {HTMLElement} element The element that will be upgraded. |
| 1564 | */ |
| 1565 | var MaterialProgress = function MaterialProgress(element) { |
| 1566 | this.element_ = element; |
| 1567 | // Initialize instance. |
| 1568 | this.init(); |
| 1569 | }; |
| 1570 | window['MaterialProgress'] = MaterialProgress; |
| 1571 | /** |
| 1572 | * Store constants in one place so they can be updated easily. |