Default prefix type fixed
parent
f55d656fdd
commit
d5f78f0868
|
|
@ -1,5 +1,5 @@
|
|||
window.state = window.state || {};
|
||||
|
||||
state.constants = {
|
||||
LS_PREFIX: 'store-'
|
||||
LS_PREFIX: 'state-'
|
||||
};
|
||||
Loading…
Reference in New Issue