Closed termosa closed 7 years ago
The IE doesn't support the syntax of trailing comma in objects ({ prop: null, }). So it fails when used with not minified version of Store.js
{ prop: null, }
The IE doesn't support the syntax of trailing comma in objects (
{ prop: null, }
). So it fails when used with not minified version of Store.js