Skip to content

Commit

Permalink
prepare for release 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Jan 7, 2021
1 parent 950f711 commit 4381f68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/jquery.orgchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
mo.observe(this.$chartContainer[0], { childList: true });
},
triggerLoadEvent: function ($target, rel) {
var initEvent = $.Event('insert-' + rel +'.orgchart');
var initEvent = $.Event('load-' + rel +'.orgchart');
$target.trigger(initEvent);
},
triggerShowEvent: function ($target, rel) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.orgchart.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/jquery.orgchart.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "2.1.10",
"version": "2.2.0",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.min.js",
"style": [
Expand Down

0 comments on commit 4381f68

Please sign in to comment.