Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmiles committed Apr 15, 2015
1 parent 4b6c04b commit a3c3b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Returns an array of matching nodes.
$('#tree').treeview('search', [ 'Parent', {
ignoreCase: true, // case insensitive
exactMatch: false, // like or equals
revealResults: false, // reveal matching nodes
revealResults: true, // reveal matching nodes
}]);
```

Expand Down

0 comments on commit a3c3b12

Please sign in to comment.