marcuswestin / store.js

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

Remove trailing commas in objects literals #223

Closed termosa closed 7 years ago

termosa commented 7 years ago

IE does not support the syntax of trailing commas in objects.

Resolves: #222

marcuswestin commented 7 years ago

Thanks! 👍

malys commented 6 years ago

Hello, I have tried to use the last release and trailing commas are currently presents. Investigating GIT history, someone has reverted this fix. Is it normal?