Skip to content

Commit 6e1ac10

Browse files
committed
category Tree JS issue
1 parent 9b67a3e commit 6e1ac10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define([
2121

2222
/**
2323
* Get Text Content
24-
* @param {string} str
24+
* @param {*} str
2525
* @return {*}
2626
*/
2727
function getText(str) {
@@ -34,7 +34,7 @@ define([
3434

3535
/**
3636
* Get HTML decoded Entities
37-
* @param {string} str
37+
* @param {*} str
3838
* @return {*}
3939
*/
4040
function decodeHTMLEntities(str) {

0 commit comments

Comments
 (0)