Home
last modified time | relevance | path

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

/plugin/metaeditor/
Djstree.js634 if(this.is_open(e.currentTarget)) {
652 else if (this.is_open(e.currentTarget)) {
1144 is_open : function (obj) { method
2643 if(this.is_open(obj)) {
2707 dom = this.is_open(obj) ? dom.find('.jstree-open').addBack() : dom.find('.jstree-open');