From 4c92a1c1e35402730f74cf24a0c71729f4d0a676 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 22 Feb 2016 08:31:10 -0500 Subject: Updating some client deps + eslint --- web/react/stores/modal_store.jsx | 2 +- web/react/stores/suggestion_store.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react/stores') diff --git a/web/react/stores/modal_store.jsx b/web/react/stores/modal_store.jsx index 931443f62..5ea38030b 100644 --- a/web/react/stores/modal_store.jsx +++ b/web/react/stores/modal_store.jsx @@ -28,7 +28,7 @@ class ModalStoreClass extends EventEmitter { handleEventPayload(payload) { // toggle event handlers should accept a boolean show/hide value and can accept a map of arguments - const {type, value, ...args} = payload.action; //eslint-disable-line no-redeclare + const {type, value, ...args} = payload.action; //eslint-disable-line no-use-before-define switch (type) { case ActionTypes.TOGGLE_IMPORT_THEME_MODAL: diff --git a/web/react/stores/suggestion_store.jsx b/web/react/stores/suggestion_store.jsx index dd5c107e0..efd2b76ed 100644 --- a/web/react/stores/suggestion_store.jsx +++ b/web/react/stores/suggestion_store.jsx @@ -210,7 +210,7 @@ class SuggestionStore extends EventEmitter { } handleEventPayload(payload) { - const {type, id, ...other} = payload.action; // eslint-disable-line no-redeclare + const {type, id, ...other} = payload.action; // eslint-disable-line no-use-before-define switch (type) { case ActionTypes.SUGGESTION_PRETEXT_CHANGED: -- cgit v1.2.3-1-g7c22