caleb531 / jcanvas

A jQuery plugin that makes the HTML5 canvas easy to work with.
https://projects.calebevans.me/jcanvas/
MIT License
626 stars 192 forks source link

Extending jCanvas Example not working #109

Closed fayolaOnline closed 11 years ago

fayolaOnline commented 11 years ago

http://calebevans.me/projects/jcanvas/docs/extending/

The heart example is not working and giving the error of $.jCanvas.detectEvents is not a function. This sucks, because you explicitly state it is an available function. Please fix!

caleb531 commented 11 years ago

The issue should now be fixed in the latest version. (79331c87af2b1ffe9d8e2a762e2b522510374987)

-Caleb