arqex / freezer-redux-devtools

A bind to use redux-devtools in freezer-js apps.
MIT License
17 stars 4 forks source link

Remove unused `Redux` variable #3

Closed qur2 closed 8 years ago

qur2 commented 8 years ago

I installed the devtools, using the chrome extension method. However, the very first line of freezer-redux-middleware was:

var Redux = require('redux');

Making Redux required anyway. The variable was not used anywhere, so I just removed it.

Thanks for this handy extension and for Freezer!

leesei commented 8 years ago

+1 please merge.

qur2 commented 8 years ago

Any thought on that?

arqex commented 8 years ago

Sorry guys, I completely forgot about this PR. Will merge it on monday! Thanks so much for your patience

qur2 commented 8 years ago

Thanks!