mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Allow redux dev tools to work
This commit is contained in:
parent
d24376f57f
commit
90dbfecf10
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if (new Browser(window).isCompatible) {
|
|||
document.getElementById('winamp2-js').appendChild(mainWindowElement);
|
||||
|
||||
var winamp = Winamp;
|
||||
let store = createStore(createReducer(winamp));
|
||||
let store = createStore(createReducer(winamp), window.devToolsExtension && window.devToolsExtension());
|
||||
|
||||
// TODO: Remove this workaround
|
||||
winamp.renderTo = (componant, node) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue