Fixed edge cases with leaving a direct channel while viewing that channel

Этот коммит содержится в:
hmhealey
2015-10-07 11:34:29 -04:00
родитель ed6b2cd164
Коммит 097d236f43
4 изменённых файлов: 11 добавлений и 21 удалений

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

@@ -39,7 +39,6 @@ class PreferenceStoreClass extends EventEmitter {
}
getAllPreferences() {
console.log('getting preferences'); // eslint-disable-line no-console
return new Map(BrowserStore.getItem('preferences', []));
}