Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: third_party/polymer/v1_0/components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ba571b603b1b202790e4eaa1c07fd80d7f7b18da..47b7ee635d1ee651c170f397354da385532fbff5 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
@@ -240,6 +240,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* 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 = {
@@ -255,6 +256,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
},
_boundKeyHandlers: {
+ type: Array,
value: function() {
return [];
}
@@ -263,6 +265,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
// 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 {};
}

Powered by Google App Engine
This is Rietveld 408576698