File size: 104 Bytes
29a5ed9
 
 
 
 
 
1
2
3
4
5
6
window.state = window.state || {};
state = window.state;

state.constants = {
    LS_PREFIX: 'state-'
};