fixing eslint errors

This commit is contained in:
=Corey Hulen
2015-10-20 15:02:15 -07:00
parent e1f9459029
commit 636db0d2f2
5 changed files with 5 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class ErrorStoreClass extends EventEmitter {
removeChangeListener(callback) {
this.removeListener(CHANGE_EVENT, callback);
}
handledError() {
BrowserStore.removeItem('last_error');
}