brinley / jSignature

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

image/jSignature;base30 undefined #79

Closed isAlmogK closed 9 years ago

isAlmogK commented 9 years ago

If have the following - var signature = $("#signature").jSignature("getData", "image/jSignature;base30"); I get undefined

this works fine - var signature = $("#signature").jSignature("getData", "base30");

escapedcat commented 9 years ago

Why do you use the first one though? Is this expected to work? I just found the second one in the docs.

isAlmogK commented 9 years ago

@escapedcat no for some reason I thought alias can also be used as the string option. My mistake

escapedcat commented 9 years ago

Cool ;)