| Index: third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/iron-a11y-keys-behavior-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/iron-a11y-keys-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/iron-a11y-keys-behavior-extracted.js
|
| index 8cddd2141d0e0a14d34db300ff3a293adcffb813..c9da8f436351c985d608ce6cebd5822d619af617 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/iron-a11y-keys-behavior-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/iron-a11y-keys-behavior-extracted.js
|
| @@ -228,6 +228,7 @@
|
| * The `keys-pressed` event will fire when one of the key combinations set with the
|
| * `keys` property is pressed.
|
| *
|
| + * @demo demo/index.html
|
| * @polymerBehavior IronA11yKeysBehavior
|
| */
|
| Polymer.IronA11yKeysBehavior = {
|
| @@ -243,6 +244,7 @@
|
| },
|
|
|
| _boundKeyHandlers: {
|
| + type: Array,
|
| value: function() {
|
| return [];
|
| }
|
| @@ -251,6 +253,7 @@
|
| // We use this due to a limitation in IE10 where instances will have
|
| // own properties of everything on the "prototype".
|
| _imperativeKeyBindings: {
|
| + type: Object,
|
| value: function() {
|
| return {};
|
| }
|
|
|