Skip to content

Commit 724c1ae

Browse files
paodbjavier-godoy
authored andcommitted
fix: add missing jquery import
Close #60
1 parent 266697d commit 724c1ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/META-INF/frontend/orgchart/dist/js/jquery.orgchart.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*/
1111
'use strict';
1212

13+
import jQuery from "jquery";
14+
1315
(function (factory) {
1416
if (typeof module === 'object' && typeof module.exports === 'object') {
1517
factory(require('jquery'), window, document);

0 commit comments

Comments
 (0)