Skip to content

Commit

Permalink
3.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vakata committed Sep 3, 2021
1 parent 6530d54 commit 7a03954
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jstree",
"license": "MIT",
"version": "3.3.11",
"version": "3.3.12",
"main" : [
"./dist/jstree.js",
"./dist/themes/default/style.css"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jstree",
"repo": "vakata/jstree",
"description": "jsTree is jquery plugin, that provides interactive trees.",
"version": "3.3.11",
"version": "3.3.12",
"license": "MIT",
"keywords": [
"ui",
Expand Down
5 changes: 3 additions & 2 deletions dist/jstree.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}(function ($, undefined) {
"use strict";
/*!
* jsTree 3.3.11
* jsTree 3.3.12
* http://jstree.com/
*
* Copyright (c) 2014 Ivan Bozhanov (http://vakata.com)
Expand Down Expand Up @@ -63,7 +63,7 @@
* specifies the jstree version in use
* @name $.jstree.version
*/
version : '3.3.11',
version : '3.3.12',
/**
* holds all the default options used when creating new instances
* @name $.jstree.defaults
Expand Down Expand Up @@ -6265,6 +6265,7 @@
if(this._data.contextmenu.visible) {
$.vakata.context.hide();
}
$(document).off("context_hide.vakata.jstree");
parent.teardown.call(this);
};

Expand Down
10 changes: 5 additions & 5 deletions dist/jstree.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jstree.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jstree",
"title": "jsTree",
"description": "Tree view for jQuery",
"version": "3.3.11",
"version": "3.3.12",
"homepage": "http://jstree.com",
"keywords": [
"ui",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jstree",
"title": "jsTree",
"description": "jQuery tree plugin",
"version": "3.3.11",
"version": "3.3.12",
"homepage": "http://jstree.com",
"main": "./dist/jstree.js",
"author": {
Expand Down

0 comments on commit 7a03954

Please sign in to comment.