Searched refs:sortFun (Results 1 – 1 of 1) sorted by relevance
366 Tree.prototype.sortBranch = function(node, sortFun) { argument368 node.children.sort(sortFun);571 sortFun;574 sortFun = columnOrFunction;577 sortFun = function(a, b) { function596 this.data("treetable").sortBranch(node, sortFun);