enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Joint function didn't return anything #27

Closed onuradsay closed 11 years ago

onuradsay commented 11 years ago

I have added "return" statement to Joint function.

enyo commented 11 years ago

Hi. This function is actually the constructor and should not return anything. I'll delete the this; line. Please refer to the CONTRIBUTING file before sending pull requests. (This lib is written in coffeescript and I will merge only changes to .coffee files.) Sorry I couldn't merge it, thanks for contributing.