@@ -36,21 +36,21 @@ define([
36
36
return function ( config ) {
37
37
38
38
let options = {
39
- dataUrl : config . dataUrl ,
40
- divId : config . divId ,
41
- rootVisible : config . rootVisible ,
42
- useAjax : config . useAjax ,
43
- currentNodeId : config . currentNodeId ,
44
- jsFormObject : window [ config . jsFormObject ] ,
45
- name : config . name ,
46
- checked : config . checked ,
47
- allowDrop : config . allowDrop ,
48
- rootId : config . rootId ,
49
- expanded : config . expanded ,
50
- categoryId : config . categoryId ,
51
- treeJson : addLastNodeProperty ( config . treeJson )
52
- } ,
53
- checkedNodes = [ ] ;
39
+ dataUrl : config . dataUrl ,
40
+ divId : config . divId ,
41
+ rootVisible : config . rootVisible ,
42
+ useAjax : config . useAjax ,
43
+ currentNodeId : config . currentNodeId ,
44
+ jsFormObject : window [ config . jsFormObject ] ,
45
+ name : config . name ,
46
+ checked : config . checked ,
47
+ allowDrop : config . allowDrop ,
48
+ rootId : config . rootId ,
49
+ expanded : config . expanded ,
50
+ categoryId : config . categoryId ,
51
+ treeJson : addLastNodeProperty ( config . treeJson )
52
+ } ,
53
+ checkedNodes = [ ] ;
54
54
55
55
/**
56
56
* Get the jstree element by its ID
0 commit comments