summaryrefslogtreecommitdiffstats
path: root/web/react/stores/error_store.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-20 15:02:15 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-20 15:02:15 -0700
commit636db0d2f2f46aa4232bcc6b297d0b3b584679f3 (patch)
treef1aa7cdb90f63196fb67ff07ef1e453c2dd308cb /web/react/stores/error_store.jsx
parente1f94590290bf3061fdce48b25b2e74a2c8a0853 (diff)
downloadchat-636db0d2f2f46aa4232bcc6b297d0b3b584679f3.tar.gz
chat-636db0d2f2f46aa4232bcc6b297d0b3b584679f3.tar.bz2
chat-636db0d2f2f46aa4232bcc6b297d0b3b584679f3.zip
fixing eslint errors
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 90d593364..775b8e006 100644
--- a/web/react/stores/error_store.jsx
+++ b/web/react/stores/error_store.jsx
@@ -34,7 +34,7 @@ class ErrorStoreClass extends EventEmitter {
removeChangeListener(callback) {
this.removeListener(CHANGE_EVENT, callback);
}
-
+
handledError() {
BrowserStore.removeItem('last_error');
}