summaryrefslogtreecommitdiffstats
path: root/web/react/stores/error_store.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-15 07:07:06 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-15 07:07:06 -0500
commit697e901f152e083f3c03483784037a679dfcaa04 (patch)
tree47de0e776d61559dd15ccbbaeb68a014545a306f /web/react/stores/error_store.jsx
parent1d4ce0f48901ced50f6225c70f102c9fbc661749 (diff)
parentdff586fa7441ce8aa1001c521908bdf957a77e1b (diff)
downloadchat-697e901f152e083f3c03483784037a679dfcaa04.tar.gz
chat-697e901f152e083f3c03483784037a679dfcaa04.tar.bz2
chat-697e901f152e083f3c03483784037a679dfcaa04.zip
Merge pull request #1725 from mattermost/fix-console-err
Adding error bar message when console error detected
Diffstat (limited to 'web/react/stores/error_store.jsx')
-rw-r--r--web/react/stores/error_store.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/stores/error_store.jsx b/web/react/stores/error_store.jsx
index 8fb051138..69d6cca7f 100644
--- a/web/react/stores/error_store.jsx
+++ b/web/react/stores/error_store.jsx
@@ -63,3 +63,4 @@ ErrorStore.dispatchToken = AppDispatcher.register((payload) => {
});
export default ErrorStore;
+window.ErrorStore = ErrorStore;