| 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));
|
|
|