Home
last modified time | relevance | path

Searched refs:isBranchNode (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js105 Node.prototype.isBranchNode = function() { method in Node
116 this.row.addClass(this.isBranchNode() ? 'branch' : 'leaf');
141 if (settings.expandable === true && this.isBranchNode()) {