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