Skip to content

Commit

Permalink
Added ; in the end
Browse files Browse the repository at this point in the history
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 ";"
  • Loading branch information
lajarre committed Sep 17, 2014
1 parent 0814093 commit 2557b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.signaturepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,4 +888,4 @@ $.fn.signaturePad.defaults = {
, onDrawEnd : null // Pass a callback to be exectued after the drawing process
}

}(jQuery))
}(jQuery));

0 comments on commit 2557b44

Please sign in to comment.