Skip to content

Commit

Permalink
Adds documentation for options
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Mar 15, 2012
1 parent 05fea21 commit b5a0c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinynav.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// Default settings
var settings = $.extend({
'active' : 'selected',
'header' : false
'active' : 'selected', // String: Set the "active" class
'header' : false // Boolean: Show header instead of the active item
}, options);

return this.each(function () {
Expand Down

0 comments on commit b5a0c9d

Please sign in to comment.