diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2016-01-29 18:05:06 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-01-29 18:05:06 +0100 |
commit | d1760c9c0f4cd23bf81d15f176f371fed08e6255 (patch) | |
tree | 89767d8f4500e9a23cb41c19e2f0414e0f805c5b /src/web/js/actions/RightPanelActions.js | |
parent | containing wild foreign content (diff) | |
download | newspipe-d1760c9c0f4cd23bf81d15f176f371fed08e6255.tar.gz newspipe-d1760c9c0f4cd23bf81d15f176f371fed08e6255.tar.bz2 newspipe-d1760c9c0f4cd23bf81d15f176f371fed08e6255.zip |
cleaning warnings
Diffstat (limited to 'src/web/js/actions/RightPanelActions.js')
-rw-r--r-- | src/web/js/actions/RightPanelActions.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/js/actions/RightPanelActions.js b/src/web/js/actions/RightPanelActions.js index 6831f9b8..6a8d74bd 100644 --- a/src/web/js/actions/RightPanelActions.js +++ b/src/web/js/actions/RightPanelActions.js @@ -1,8 +1,6 @@ var JarrDispatcher = require('../dispatcher/JarrDispatcher'); var ActionTypes = require('../constants/JarrConstants'); var jquery = require('jquery'); -var RightPanelStore = require('../stores/RightPanelStore'); - var RightPanelActions = { loadArticle: function(article_id) { |