Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
index 10986a955ae881706d426895493023863a75349a..09ddc81da27e90bc73cedc0573ca8fd3e471e3ba 100644 |
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
@@ -52,13 +52,19 @@ Polymer({ |
], |
/** @return {!CrToolbarSearchFieldElement} */ |
- getSearchField: function() { return this.$.search; }, |
+ getSearchField: function() { |
+ return this.$.search; |
+ }, |
/** @private */ |
- onClosePromoTap_: function() { this.fire('cr-toolbar-menu-promo-close'); }, |
+ onClosePromoTap_: function() { |
+ this.fire('cr-toolbar-menu-promo-close'); |
+ }, |
/** @private */ |
- onMenuTap_: function() { this.fire('cr-toolbar-menu-tap'); }, |
+ onMenuTap_: function() { |
+ this.fire('cr-toolbar-menu-tap'); |
+ }, |
/** @private */ |
possiblyShowMenuPromo_: function() { |