Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Remove unnecessary semicolon from example
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 29, 2013
1 parent 70fd0bd commit f9b466a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-media-query/polymer-media-query.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* Example:
*
* <polymer-media-query query="max-width: 640px;" queryMatches="{{phoneScreen}}"></polymer-media-query>
* <polymer-media-query query="max-width: 640px" queryMatches="{{phoneScreen}}"></polymer-media-query>
*
* @class polymer-media-query
*/
Expand Down

0 comments on commit f9b466a

Please sign in to comment.