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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-media-query/iron-media-query.html

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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-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

Powered by Google App Engine
This is Rietveld 408576698