Skip to content

Commit 47b4b95

Browse files
author
Plamen Peshev
committed
auto
1 parent dd9939c commit 47b4b95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OrgChart.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

orgchart.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ e.prototype.init = function(t, n) {
847847
n._menuClickHandler.apply(n, [this, e]);
848848
});
849849
}
850-
}, e === void 0 && (e = {}), e.VERSION = "9.1.72", e.orientation = {}, e.orientation.top = 0, e.orientation.bottom = 1, e.orientation.right = 2, e.orientation.left = 3, e.orientation.top_left = 4, e.orientation.bottom_left = 5, e.orientation.right_top = 6, e.orientation.left_top = 7, e.anchor = {
850+
}, e === void 0 && (e = {}), e.VERSION = "9.1.73", e.orientation = {}, e.orientation.top = 0, e.orientation.bottom = 1, e.orientation.right = 2, e.orientation.left = 3, e.orientation.top_left = 4, e.orientation.bottom_left = 5, e.orientation.right_top = 6, e.orientation.left_top = 7, e.anchor = {
851851
top_right: "top_right",
852852
right_top: "right_top",
853853
bottom_right: "bottom_right",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"url": "git+https://github.com/BALKANGraph/OrgChartJS.git"
5858
},
5959
"dependencies": {},
60-
"version": "9.1.72"
60+
"version": "9.1.73"
6161
}

0 commit comments

Comments
 (0)