| 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 a54bec69220706d4cda5701eb77d8f3cc16d162b..bfd3c717ff45890a764f70598be6841a0b52eb09 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
|
| @@ -22,9 +22,10 @@
|
|
|
| },
|
|
|
| - registered: function() {
|
| - new Polymer.IronMeta({type: 'animation', key: this.is, value: this.constructor});
|
| - },
|
| + /**
|
| + * Can be used to determine that elements implement this behavior.
|
| + */
|
| + isNeonAnimation: true,
|
|
|
| /**
|
| * Do any animation configuration here.
|
|
|