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