Skip to content

Commit

Permalink
Remove ="" from boolean attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Jul 25, 2018
1 parent 48122e5 commit f1b1aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-nested-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Polymer({
</style>
<test-menu id="actualMenu">
<div>item 1</div>
<div hidden="">item 2</div>
<div hidden>item 2</div>
<div class="ghost">item 3</div>
<div class="invisible">item 3.1</div>
<div>item 4</div>
<div hidden="">item 5</div>
<div hidden>item 5</div>
<div class="ghost">item 6</div>
</test-menu>
`,
Expand Down

0 comments on commit f1b1aff

Please sign in to comment.