brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
693 stars 530 forks source link

Cannot call method 'resetCanvas' of undefined #52

Closed rienierpatron closed 10 years ago

rienierpatron commented 10 years ago

Hi

Im using jSignature and have implemented it on my site, but when i tried using the reset function, i got this error : Uncaught TypeError: Cannot call method 'resetCanvas' of undefined jSignature.min.js:1289

Can you help me with this one? Thank you.

brinley commented 10 years ago

Its just reset not resetCanvas, as in

$("#sig").jSignature("reset");