From e3386306e4ff951baedbb8f5e1746de1a75e95c1 Mon Sep 17 00:00:00 2001 From: Valdrin Koshi Date: Fri, 2 Sep 2016 14:25:44 -0400 Subject: [PATCH] Update keyBindings annotation (#55) --- iron-a11y-keys-behavior.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iron-a11y-keys-behavior.html b/iron-a11y-keys-behavior.html index 35756c6..9e911fe 100644 --- a/iron-a11y-keys-behavior.html +++ b/iron-a11y-keys-behavior.html @@ -313,7 +313,7 @@ /** * To be used to express what combination of keys will trigger the relative * callback. e.g. `keyBindings: { 'esc': '_onEscPressed'}` - * @type {Object} + * @type {!Object} */ keyBindings: {},