adobe-webplatform / eve

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

Documentation is wrong for eve() return value #1

Open gilmoreorless opened 13 years ago

gilmoreorless commented 13 years ago

Hi Dmitry,

The documentation for eve.js says that the eve() function will return an array of errors if any are found, but the code for the function will only ever return false or undefined.

Should the function be changed to match the documentation, or the other way around?

Cheers,

Gil