Index: third_party/polymer/v0_8/components/iron-behaviors/iron-control-state.html |
diff --git a/third_party/polymer/v0_8/components/iron-behaviors/iron-control-state.html b/third_party/polymer/v0_8/components/iron-behaviors/iron-control-state.html |
index 4b98a09a9728a1fa3b63d7b107279681ce4c840b..f2efb7c5586b0226418cfefabf05abc416320ed0 100644 |
--- a/third_party/polymer/v0_8/components/iron-behaviors/iron-control-state.html |
+++ b/third_party/polymer/v0_8/components/iron-behaviors/iron-control-state.html |
@@ -1,4 +1,5 @@ |
<!-- |
+@license |
Copyright (c) 2015 The Polymer Project Authors. All rights reserved. |
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt |
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
@@ -11,6 +12,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
<script> |
+ /** @polymerBehavior */ |
+ |
Polymer.IronControlState = { |
properties: { |
@@ -46,7 +49,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
}, |
_oldTabIndex: { |
- type: String |
+ type: Number |
} |
}, |