Home
last modified time | relevance | path

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

/plugin/metaeditor/
H A Djstree.js3231 refresh : function (skip_loading, forget_state) { argument
3232 this._data.core.state = forget_state === true ? {} : this.get_state();
3233 …if(forget_state && $.isFunction(forget_state)) { this._data.core.state = forget_state.call(this, t…
6991 this.refresh = function (skip_loading, forget_state) { argument
6992 parent.refresh.call(this, skip_loading, forget_state);