| Index: third_party/polymer/v1_0/components-chromium/iron-a11y-keys/iron-a11y-keys-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/iron-a11y-keys-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/iron-a11y-keys-extracted.js
|
| index 46f0ffca18e182b41565308c06ef387761fa4d5c..eff16ddc7fee6f6a406de1a18c7ddf1aa457665a 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/iron-a11y-keys-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/iron-a11y-keys-extracted.js
|
| @@ -97,7 +97,7 @@ practices](http://www.w3.org/TR/wai-aria-practices/#slider):
|
| on-keys-pressed="increment"></iron-a11y-keys>
|
| <iron-a11y-keys target="[[target]]" keys="home"
|
| on-keys-pressed="setMin"></iron-a11y-keys>
|
| - <iron-a11y-keys target=""[[target]] keys="end"
|
| + <iron-a11y-keys target="[[target]]" keys="end"
|
| on-keys-pressed="setMax"></iron-a11y-keys>
|
|
|
| The `target` properties must evaluate to a node. See the basic usage
|
|
|