@@ -36,21 +36,21 @@ define([
3636 return function ( config ) {
3737
3838 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 = [ ] ;
5454
5555 /**
5656 * Get the jstree element by its ID
0 commit comments