Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1360)

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 dff9bc22d500a8d1d32e539fd997868e26b43ef2..f52c63fbdec87844e692e53020458cd41caad568 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
@@ -80,8 +80,10 @@ Polymer({
{
opacity: [0, .9],
},
- /** @type {!KeyframeEffectOptions} */ (
- {duration: 500, fill: 'forwards'}));
+ /** @type {!KeyframeEffectOptions} */ ({
+ duration: 500,
+ fill: 'forwards'
+ }));
this.fire('cr-toolbar-menu-promo-shown');
}
}.bind(this));

Powered by Google App Engine
This is Rietveld 408576698