fix error: this._taxonomies[namespace] is not Object
This commit is contained in:
Родитель
52038a2a1c
Коммит
a40d3a04ca
|
@ -62,6 +62,10 @@ WorkerFactory.prototype = {
|
|||
interestsUrlStopwords: interestsUrlStopwords
|
||||
});
|
||||
|
||||
if (variation == "edrules") {
|
||||
this._taxonomies["edrules"] = this._extractCategories(interestsData);
|
||||
}
|
||||
|
||||
return worker;
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче