Created
June 23, 2016 23:45
-
-
Save JimboFromLimbo/e00f2314d270d3164361274861c8ffc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[id].map(function (id) { | |
SignaturePad["SignaturePad" + id] = new SignaturePad | |
(document.getElementById('signature-pad-'+id)) | |
resizeCanvas(document.getElementById('signaturePad-'+id)) | |
var cancelButton = document.getElementById('clear-' + id); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment