diff --git a/js/main.js b/js/main.js index 37c60e4b..e61f77a7 100644 --- a/js/main.js +++ b/js/main.js @@ -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) => {