Skip to content

Commit a92327d

Browse files
AC-11698:Remove Notice section form Magento Open source files copyright:Remove Notice
1 parent cdf8596 commit a92327d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/category-checkbox-tree.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)