summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_loader.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-10 09:08:33 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-10 09:08:33 -0400
commitae939cb98d5058e597c9e85c6a069207f7d23e58 (patch)
tree4ebe1d314fe40f8aa1febcd8d18c28b8df734156 /web/react/components/channel_loader.jsx
parentd254b641594f64ec39112afde3c660639b150e2b (diff)
parent34cc2fcd5345a66e35c65567dd7e7b28fa93ea3d (diff)
downloadchat-ae939cb98d5058e597c9e85c6a069207f7d23e58.tar.gz
chat-ae939cb98d5058e597c9e85c6a069207f7d23e58.tar.bz2
chat-ae939cb98d5058e597c9e85c6a069207f7d23e58.zip
Merge pull request #160 from ralder/fix-pr-150-MM-895
[webui] 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();