omniscientjs / immstruct

Immutable data structures with history for top-to-bottom properties in component based libraries like React. Based on Immutable.js
374 stars 21 forks source link

Fix IE8 'Expected identifier' error. #69

Closed rufman closed 9 years ago

rufman commented 9 years ago

The error is thrown because of 'super' being a reserved word.

mikaelbr commented 9 years ago

Thanks! :cake: