adobe-webplatform / eve

Custom events…
http://dmitry.baranovskiy.com/eve/
Apache License 2.0
316 stars 111 forks source link

Throws error when browserified #17

Open wheresrhys opened 10 years ago

wheresrhys commented 10 years ago

Eve references the global scope using this. But in browserify this doesn't refer to window https://github.com/substack/node-browserify/issues/372, so eve isn't attached to the global object.

Could be fixed by passing in (window || this) to the closure.