Index: third_party/polymer/v0_8/components-chromium/neon-animation/neon-animatable-extracted.js |
diff --git a/third_party/polymer/v0_8/components-chromium/neon-animation/neon-animatable-extracted.js b/third_party/polymer/v0_8/components-chromium/neon-animation/neon-animatable-extracted.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8fb41affc9426a068a8f1093b513f94f00cfa667 |
--- /dev/null |
+++ b/third_party/polymer/v0_8/components-chromium/neon-animation/neon-animatable-extracted.js |
@@ -0,0 +1,12 @@ |
+ |
+ |
+ Polymer({ |
+ |
+ is: 'neon-animatable', |
+ |
+ behaviors: [ |
+ Polymer.NeonAnimatableBehavior |
+ ] |
+ |
+ }); |
+ |