Skip to content

Commit

Permalink
47
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Jan 9, 2017
1 parent c93a6c9 commit 201a543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -31,9 +31,9 @@ <h3 class="group__title">Click to toggle classes on targets</h3>
<li id="named" class="group">
<h3 class="group__title">Click to toggle classes in named scope</h3>
<fieldset>
<button class="button" togg-event="click" togg-scope="33" togg-class="button--toggled">Toggle</button>
<button class="button" togg-event="click" togg-scope="47" togg-class="button--toggled">Toggle</button>
</fieldset>
<figure class="demo" togg-class="demo--toggled" togg-scope="33">target</figure>
<figure class="demo" togg-class="demo--toggled" togg-scope="47">target</figure>
</li>
<li id="enable" class="group">
<h3 class="group__title">Click to enable/disable input</h3>
Expand Down

0 comments on commit 201a543

Please sign in to comment.