Hi, I'm using browserify and this is giving me c.default.init is not a function error. ``` import echo from 'echo-js' echo.init({ offset: 100, throttle: 250, unload: false }) ``` Why is this?