From 2557b445a51ab1c10d3865878ff110947b98068d Mon Sep 17 00:00:00 2001 From: lajarre Date: Wed, 17 Sep 2014 18:29:42 +0200 Subject: [PATCH] Added ; in the end I am performing minification myself, concatenating with other files of mine (used in my web pages). This was resulting in errors because of the missing ";" --- jquery.signaturepad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.signaturepad.js b/jquery.signaturepad.js index 8ff6e87..b5205a4 100755 --- a/jquery.signaturepad.js +++ b/jquery.signaturepad.js @@ -888,4 +888,4 @@ $.fn.signaturePad.defaults = { , onDrawEnd : null // Pass a callback to be exectued after the drawing process } -}(jQuery)) +}(jQuery));