summaryrefslogtreecommitdiffstats
path: root/webapp/utils/websocket_client.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-19 10:16:44 -0400
committerGitHub <noreply@github.com>2016-07-19 10:16:44 -0400
commit1641370fbedc42e07f7a9b7758286d341f13b624 (patch)
tree0571746e175c7b6da2a5587bda1b8aaca033cc03 /webapp/utils/websocket_client.jsx
parent2b0fcd378ce96277f393b89cac1a98d70e1c480f (diff)
downloadchat-1641370fbedc42e07f7a9b7758286d341f13b624.tar.gz
chat-1641370fbedc42e07f7a9b7758286d341f13b624.tar.bz2
chat-1641370fbedc42e07f7a9b7758286d341f13b624.zip
Moving javascript driver back to platform (#3613)
Diffstat (limited to 'webapp/utils/websocket_client.jsx')
-rw-r--r--webapp/utils/websocket_client.jsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/webapp/utils/websocket_client.jsx b/webapp/utils/websocket_client.jsx
deleted file mode 100644
index 135d96466..000000000
--- a/webapp/utils/websocket_client.jsx
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-import WebSocketClient from 'mattermost/websocket_client.jsx';
-
-var WebClient = new WebSocketClient();
-export default WebClient;