summaryrefslogtreecommitdiffstats
path: root/web/react/stores/error_store.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-25 11:31:47 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-25 11:31:47 -0400
commite743ad483aed6c730bb8636bb089a6ef8d8d0097 (patch)
tree7dc261ce702e1ea8878831b22f7e7c95c07c225e /web/react/stores/error_store.jsx
parentc81fbc6d95fa9e6214edf6efec31cbc1d9913b64 (diff)
parentfb1ba90051001ab3ec2d16d334b0fa251d393bd7 (diff)
downloadchat-e743ad483aed6c730bb8636bb089a6ef8d8d0097.tar.gz
chat-e743ad483aed6c730bb8636bb089a6ef8d8d0097.tar.bz2
chat-e743ad483aed6c730bb8636bb089a6ef8d8d0097.zip
Merge pull request #794 from mattermost/PLT-157
PLT-157 Fixing blue bar and renders warning when mis-configured.
Diffstat (limited to 'web/react/stores/error_store.jsx')
-rw-r--r--web/react/stores/error_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/stores/error_store.jsx b/web/react/stores/error_store.jsx
index 597c88cff..ece7d8522 100644
--- a/web/react/stores/error_store.jsx
+++ b/web/react/stores/error_store.jsx
@@ -48,7 +48,7 @@ class ErrorStoreClass extends EventEmitter {
var ErrorStore = new ErrorStoreClass();
-ErrorStore.dispatchToken = AppDispatcher.register(function registry(payload) {
+ErrorStore.dispatchToken = AppDispatcher.register((payload) => {
var action = payload.action;
switch (action.type) {
case ActionTypes.RECIEVED_ERROR: