summaryrefslogtreecommitdiffstats
path: root/web/react/stores/socket_store.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-13 12:07:50 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-13 12:07:50 -0400
commit6447af758cd27216d036e06b385770999dc213b1 (patch)
tree82c55cc2e441fa7eb51b57336e91897ee2571bcd /web/react/stores/socket_store.jsx
parent6cc8788193630b802375669c72fab02220cb692a (diff)
parent6a559febc292c272da24df440d80ae3b26a31d7f (diff)
downloadchat-6447af758cd27216d036e06b385770999dc213b1.tar.gz
chat-6447af758cd27216d036e06b385770999dc213b1.tar.bz2
chat-6447af758cd27216d036e06b385770999dc213b1.zip
Merge pull request #163 from ralder/fix-and-refactor-browser-store
[webui] second bugfix for pr #150 and refactor BrowserStore
Diffstat (limited to 'web/react/stores/socket_store.jsx')
-rw-r--r--web/react/stores/socket_store.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/react/stores/socket_store.jsx b/web/react/stores/socket_store.jsx
index 39800ead5..8ebb854c9 100644
--- a/web/react/stores/socket_store.jsx
+++ b/web/react/stores/socket_store.jsx
@@ -10,8 +10,6 @@ var client = require('../utils/client.jsx');
var Constants = require('../utils/constants.jsx');
var ActionTypes = Constants.ActionTypes;
-var BrowserStore = require('../stores/browser_store.jsx');
-
var CHANGE_EVENT = 'change';
var conn;