We're using a particular jQuery plugin written in CoffeeScript @ work and I'm desperately hoping I can convert the project into somewhat normal looking JS. The library looks like it's structured really well (good OOP practices... I think), but I'd really like it if I could explore it's source code without having to learn all the tricks that CoffeeScript entails.
The project I'm referring to is Annotator, and although it is documented, I just can't seem to get everything I want from it's wiki pages.
Thanks in advance!