Home
last modified time | relevance | path

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

/plugin/metaeditor/
H A Djstree.js145 worker_queue : [], property in AnonymousFunctiona82bfad20500._data.core
1820 if(this._data.core.worker_queue.length) {
1821 this._append_json_data.apply(this, this._data.core.worker_queue.shift());
1828 if(this._data.core.worker_queue.length) {
1829 this._append_json_data.apply(this, this._data.core.worker_queue.shift());
1840 this._data.core.worker_queue.push([dom, data, cb, true]);
1845 if(this._data.core.worker_queue.length) {
1846 this._append_json_data.apply(this, this._data.core.worker_queue.shift());