Feature(mousetrap): Add mousetrap features to redux

This commit is contained in:
Berkeley Martinez
2016-06-17 22:20:20 -07:00
parent d1b78eba9b
commit d9e9af0a0f
11 changed files with 82 additions and 36 deletions

View File

@@ -45,7 +45,8 @@ const sagaOptions = {
isDev,
window,
document: window.document,
location: window.location
location: window.location,
history: window.history
};