Index: third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js |
diff --git a/third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js b/third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js |
deleted file mode 100644 |
index a1d94bd60c59043b5c747ad65f680ceb8522563f..0000000000000000000000000000000000000000 |
--- a/third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
- |
- |
-(function() { |
- |
- Polymer({ |
- |
- is: 'paper-input', |
- |
- behaviors: [ |
- Polymer.PaperInputBehavior, |
- Polymer.IronFormElementBehavior |
- ] |
- |
- }) |
- |
-})(); |
- |