fix error: this._taxonomies[namespace] is not Object

This commit is contained in:
Pin Zhang 2014-01-02 14:48:52 +08:00 коммит произвёл Edward Lee
Родитель 52038a2a1c
Коммит a40d3a04ca
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -62,6 +62,10 @@ WorkerFactory.prototype = {
interestsUrlStopwords: interestsUrlStopwords
});
if (variation == "edrules") {
this._taxonomies["edrules"] = this._extractCategories(interestsData);
}
return worker;
},