Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 from PolymerElements/remove-extra-escapes
Browse files Browse the repository at this point in the history
Remove unnecessary escapes from template strings.
  • Loading branch information
keanulee authored Nov 12, 2018
2 parents d18eb7a + 1803ab7 commit 4e7955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Polymer({
</style>
<div id="progressContainer">
<div id="secondaryProgress" hidden\$="[[_hideSecondaryProgress(secondaryRatio)]]"></div>
<div id="secondaryProgress" hidden$="[[_hideSecondaryProgress(secondaryRatio)]]"></div>
<div id="primaryProgress"></div>
</div>
`,
Expand Down

0 comments on commit 4e7955a

Please sign in to comment.