Skip to content

Commit

Permalink
Bumping version to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Apr 11, 2016
1 parent 3169222 commit 0be6a22
Show file tree
Hide file tree
Showing 24 changed files with 482 additions and 156 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery.fancytree",
"description": "Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
"version": "2.16.2-0",
"version": "2.17.0",
"main": [
"dist/jquery.fancytree-all.min.js"
],
Expand Down
6 changes: 3 additions & 3 deletions demo/sample-configurator.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@

// {name: "tabbable", value: true,
// hint: "Whole tree behaves as one single control"},
{name: "tabindex", value: [{name: "tabbable", value: "0"},
{name: "focusable", value: "-1"},
{name: "off", value: ""}],
{name: "tabindex", value: [{name: "tabbable", value: "0"},
{name: "focusable", value: "-1"},
{name: "off", value: ""}],
hint: "Whole tree behaves as one single control"},
{name: "titlesTabbable", value: false,
hint: "Node titles can receive keyboard focus"}
Expand Down
Loading

0 comments on commit 0be6a22

Please sign in to comment.