Этот коммит содержится в:
David Lu
2016-06-04 23:23:07 -07:00
коммит произвёл enahum
родитель cb868eb42b
Коммит cc4d23e276
5 изменённых файлов: 65 добавлений и 7 удалений

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

@@ -16,6 +16,8 @@ class PreferenceStoreClass extends EventEmitter {
this.dispatchToken = AppDispatcher.register(this.handleEventPayload);
this.preferences = new Map();
this.setMaxListeners(15);
}
getKey(category, name) {