summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_loader.jsx
diff options
context:
space:
mode:
authorralder <ralder@yandex.ru>2015-07-10 04:36:16 -0700
committerralder <ralder@yandex.ru>2015-07-10 04:36:16 -0700
commit34cc2fcd5345a66e35c65567dd7e7b28fa93ea3d (patch)
treef8ed1882a1b3b64802595d4fd3e2eaa094c6b0ea /web/react/components/channel_loader.jsx
parent704b6766b21ef75cbec123ff73bb8872777056ff (diff)
downloadchat-34cc2fcd5345a66e35c65567dd7e7b28fa93ea3d.tar.gz
chat-34cc2fcd5345a66e35c65567dd7e7b28fa93ea3d.tar.bz2
chat-34cc2fcd5345a66e35c65567dd7e7b28fa93ea3d.zip
fix bugs for pr #150 MM-895
Diffstat (limited to 'web/react/components/channel_loader.jsx')
-rw-r--r--web/react/components/channel_loader.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/react/components/channel_loader.jsx b/web/react/components/channel_loader.jsx
index 1b389aa1d..b7cb248db 100644
--- a/web/react/components/channel_loader.jsx
+++ b/web/react/components/channel_loader.jsx
@@ -12,8 +12,6 @@ var Constants = require('../utils/constants.jsx');
module.exports = React.createClass({
componentDidMount: function() {
- // Initalize stores
- BrowserStore.initalize();
/* Start initial aysnc loads */
AsyncClient.getMe();