glenjamin / transit-immutable-js

Transit serialisation for Immutable.js
MIT License
250 stars 31 forks source link

Fix createWriter function in IE8 #15

Closed specnazzz closed 8 years ago

specnazzz commented 8 years ago

The function call createWriter will fail in IE8, because there is a trailing comma when creating the handlers map. This trailing comma will create an additional map item that has a key of undefined and transit will throw an error.

glenjamin commented 8 years ago

Released as v0.5.3