Skip to content

Commit

Permalink
Adds label to the demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Nov 14, 2012
1 parent 9bd9bb4 commit b10210f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

// TinyNav.js 1
$('#nav').tinyNav({
active: 'selected'
active: 'selected',
label: 'Menu'
});

// TinyNav.js 2
Expand Down

0 comments on commit b10210f

Please sign in to comment.