diff --git a/javascript/state.constants.js b/javascript/state.constants.js index bd737ce..dd94fd9 100644 --- a/javascript/state.constants.js +++ b/javascript/state.constants.js @@ -1,5 +1,5 @@ window.state = window.state || {}; state.constants = { - LS_PREFIX: 'store-' + LS_PREFIX: 'state-' }; \ No newline at end of file