react-component / scroll-anim

Animate Scroll React Component
http://react-component.github.io/scroll-anim/
MIT License
305 stars 43 forks source link

window undefined #7

Closed Harris-Liu closed 8 years ago

Harris-Liu commented 8 years ago

exports["default"] = new EventDispatcher(window); ^ ReferenceError: window is not defined

when compile, render at server have no window object.

please do a check before use it. like this

if (typeof window !== 'undefined') { exports["default"] = new EventDispatcher(window); } else { exports["default"] = new EventDispatcher(); }

jljsj33 commented 8 years ago

额。。好吧。。。

jljsj33 commented 8 years ago

0.3.6