| Index: third_party/polymer/v1_0/components-chromium/iron-media-query/iron-media-query.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-media-query/iron-media-query.html b/third_party/polymer/v1_0/components-chromium/iron-media-query/iron-media-query.html
|
| index b3cd95232add9c29c27905f3a310c734c5677070..d8a8e6448c1e7ca7e729bd5ad62acf7103911ad0 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-media-query/iron-media-query.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-media-query/iron-media-query.html
|
| @@ -10,11 +10,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <!--
|
| `iron-media-query` can be used to data bind to a CSS media query.
|
| The `query` property is a bare CSS media query.
|
| -The `queryMatches` property is a boolean representing if the page matches that media query.
|
| +The `query-matches` property is a boolean representing whether the page matches that media query.
|
|
|
| Example:
|
|
|
| - <iron-media-query query="(min-width: 600px)" queryMatches="{{queryMatches}}"></iron-media-query>
|
| + <iron-media-query query="(min-width: 600px)" query-matches="{{queryMatches}}"></iron-media-query>
|
|
|
| @group Iron Elements
|
| @demo demo/index.html
|
|
|