Skip to content

Commit

Permalink
remove redundant buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanb committed May 21, 2017
1 parent 87241b2 commit 87b3653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shadowDOM/v1_menu_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ <h1>Demonstrate Chrome shadow DOM bugs</h1>
</div>
<div class="menu styledmenu closed">
</div>
<button onclick="document.querySelectorAll('div.menu').forEach(makeOpenShadowTree);">Run "menu"</button><button onclick="document.querySelectorAll('div.styledmenu').forEach(makeStyledShadowTree);">Run "styledmenu"</button>

<script>
var roots = [];
Expand Down

0 comments on commit 87b3653

Please sign in to comment.