| Index: third_party/polymer/v1_0/components-chromium/neon-animation/neon-animation-behavior-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animation-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animation-behavior-extracted.js
|
| index cb52f5167ee1871e24d315d6b92638b144554718..8b8f9dc92a5a8ad1688c1a22ab7811359c2f568e 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animation-behavior-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animation-behavior-extracted.js
|
| @@ -65,10 +65,7 @@
|
| /**
|
| * Called when the animation finishes.
|
| */
|
| - complete: function() {
|
| - // FIXME not sure about non-bubbling event
|
| - this.fire(this.animationEndEvent, null, {bubbles: false});
|
| - }
|
| + complete: function() {}
|
|
|
| };
|
|
|
|
|