reapp / reapp-ui

Amazing cross platform UI's with React and JavaScript
https://reapp.io
MIT License
257 stars 47 forks source link

event is undefined on Firefox #63

Closed boazy closed 9 years ago

boazy commented 9 years ago

For some reason, src/mixins/ScrolState.js defines events in the old pre-IE8 format (global event object). WebKit accepts this format, but other browsers may not. Since there's really no reason to support IE6 for a hybrid phone app, events should follow the W3C standard, where the event object is passed as a function argument.