Index: third_party/polymer/v1_0/components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html |
diff --git a/third_party/polymer/v1_0/components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html b/third_party/polymer/v1_0/components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html |
index 47b7ee635d1ee651c170f397354da385532fbff5..e95a298038e775f03d315d3761e8169837e6ab6c 100644 |
--- a/third_party/polymer/v1_0/components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html |
+++ b/third_party/polymer/v1_0/components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html |
@@ -94,10 +94,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
* in a KeyboardEvent instance. |
*/ |
var MODIFIER_KEYS = { |
- shift: 'shiftKey', |
- ctrl: 'ctrlKey', |
- alt: 'altKey', |
- meta: 'metaKey' |
+ 'shift': 'shiftKey', |
+ 'ctrl': 'ctrlKey', |
+ 'alt': 'altKey', |
+ 'meta': 'metaKey' |
}; |
/** |