| Index: third_party/polymer/v1_0/components-chromium/neon-animation/animations/fade-out-animation-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/fade-out-animation-extracted.js b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/fade-out-animation-extracted.js
|
| index 6e596cf1bfe78f6ceded68077d2a2209579ed6e8..3f06ec54b9a42399d323e7fd5d8a5b5ea59bc6df 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/fade-out-animation-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/fade-out-animation-extracted.js
|
| @@ -1,4 +1,6 @@
|
| -Polymer({
|
| +
|
| +
|
| + Polymer({
|
|
|
| is: 'fade-out-animation',
|
|
|
| @@ -15,4 +17,5 @@ Polymer({
|
| return this._effect;
|
| }
|
|
|
| - });
|
| + });
|
| +
|
|
|