| Index: third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation-extracted.js b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation-extracted.js
|
| index 1e105bae42e6e61a42de997fdae7762645b8fbc0..e711b409435742e86fa4b7870eda69cac07ec7f3 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation-extracted.js
|
| @@ -1,4 +1,6 @@
|
| -Polymer({
|
| +
|
| +
|
| + Polymer({
|
|
|
| is: 'slide-down-animation',
|
|
|
| @@ -23,4 +25,5 @@ Polymer({
|
| return this._effect;
|
| }
|
|
|
| - });
|
| + });
|
| +
|
|
|