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