marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

Old IE fails because of trailing comma in objects #222

Closed termosa closed 7 years ago

termosa commented 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