Skip to content

Commit

Permalink
Merge pull request #70 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
a comma in options
  • Loading branch information
arielsalminen committed Jul 1, 2014
2 parents 67163ad + 517bc8c commit d835528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// TinyNav.js 1
$('#nav').tinyNav({
active: 'selected',
indent: '→'
indent: '→',
label: 'Menu'
});

Expand Down Expand Up @@ -67,4 +67,4 @@ <h1>TinyNav.js</h1>
<p><a href="http://tinynav.viljamis.com/">See the documentation</a></p>

</body>
</html>
</html>

0 comments on commit d835528

Please sign in to comment.