Chromium Code Reviews| Index: lib/components/modal.html |
| diff --git a/lib/components/modal.html b/lib/components/modal.html |
| index 78f0125221fd7470928cdb372eefdb14e3317513..406940cbe50ee7037a6b3b0a4a7c72ba9bb29d76 100644 |
| --- a/lib/components/modal.html |
| +++ b/lib/components/modal.html |
| @@ -1,7 +1,7 @@ |
| <!DOCTYPE html> |
| <html> |
| <body> |
| - <element name="x-modal" extends="div"> |
| + <element name="x-modal" extends="div" constructor="Modal"> |
| <template> |
| <div class="modal"> |
| <content></content> |