Loading template/app/view/cls/InheritanceLogic.js +4 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ Ext.define('Docs.view.cls.InheritanceLogic', { }, sortTree: function(node) { node.children.sort(this.compare, this); // IE8 doesn't support the scope parameter to .sort method node.children.sort(Ext.bind(this.compare, this)); Ext.Array.forEach(node.children, this.sortTree, this); }, Loading Loading
template/app/view/cls/InheritanceLogic.js +4 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,9 @@ Ext.define('Docs.view.cls.InheritanceLogic', { }, sortTree: function(node) { node.children.sort(this.compare, this); // IE8 doesn't support the scope parameter to .sort method node.children.sort(Ext.bind(this.compare, this)); Ext.Array.forEach(node.children, this.sortTree, this); }, Loading