Chromium Code Reviews| Index: lib/components/dropdown.html |
| diff --git a/lib/components/dropdown.html b/lib/components/dropdown.html |
| index ea90480214c9f430b421d7c655aff8e13f52be69..e267855037e4018bc22f0931f79efef4ccb960da 100644 |
| --- a/lib/components/dropdown.html |
| +++ b/lib/components/dropdown.html |
| @@ -1,7 +1,7 @@ |
| <!DOCTYPE html> |
| <html> |
| <body> |
| - <element name="x-dropdown" extends="div"> |
| + <element name="x-dropdown" extends="div" constructor="Dropdown"> |
| <template> |
| <div class='dropdown'> |
| <content></content> |