thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
727 stars 292 forks source link

Tag last version #142

Closed zupolgec closed 9 years ago

zupolgec commented 9 years ago

Hi, I saw that 3 months ago the missing ";" problem has been fixed. But with Bower I'm downloading the last tagged version that still misses the semicolon.

Thanks for fixing.

thomasjbradley commented 9 years ago

I, personally, haven't registered it in Bower. So it's quite possible that the one that's registered there is an outdated version. Maybe see if you can find the author of that and get them to update the registration.

zupolgec commented 9 years ago

I think that the problem is that the latest tagged version on Github is 2.5.1 which contains the error. Tagging the master branch as 2.5.2 should resolve the problem.

thomasjbradley commented 9 years ago

Oh, I understand.

I just tagged the latest pull-request so that the semi-colon should now be there for you.

zupolgec commented 9 years ago

Thanks, works like a charm!