Loading template/app/view/cls/PackageLogic.js +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ Ext.define('Docs.view.cls.PackageLogic', { // Sorts all child nodes, and recursively all child packages. sortTree: function(node) { node.children.sort(this.compare, this); node.children.sort(this.compare); Ext.Array.forEach(node.children, this.sortTree, this); }, Loading Loading
template/app/view/cls/PackageLogic.js +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ Ext.define('Docs.view.cls.PackageLogic', { // Sorts all child nodes, and recursively all child packages. sortTree: function(node) { node.children.sort(this.compare, this); node.children.sort(this.compare); Ext.Array.forEach(node.children, this.sortTree, this); }, Loading