adobe-webplatform / eve

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

Fixed a bug that did not work in node. #21

Closed kokudori closed 10 years ago

kokudori commented 10 years ago

When JavaScript engine find undefined variables, throw ReferenceError. but undefined properties does not. There is not "window" variable in node. so, we must change variable to property.

DmitryBaranovskiy commented 10 years ago

Fixed.