| Index: third_party/polymer/v1_0/components-chromium/neon-animation/animations/scale-down-animation-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/scale-down-animation-extracted.js b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/scale-down-animation-extracted.js
|
| index 8520e4a1aa1727007eef1206e3b120d0d9329b60..c87a64c3674f016eb2c500679f47f48d85345452 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/scale-down-animation-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/scale-down-animation-extracted.js
|
| @@ -1,4 +1,6 @@
|
| -Polymer({
|
| +
|
| +
|
| + Polymer({
|
|
|
| is: 'scale-down-animation',
|
|
|
| @@ -28,4 +30,5 @@ Polymer({
|
| return this._effect;
|
| }
|
|
|
| - });
|
| + });
|
| +
|
|
|