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