From b8cfcb8cddd11201651b87ec57de02bc360bdc48 Mon Sep 17 00:00:00 2001 From: Christopher Coker Date: Wed, 29 May 2013 16:14:59 -0400 Subject: [PATCH] Update jquery.maskedinput.js removed trailing comma --- dist/jquery.maskedinput.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/jquery.maskedinput.js b/dist/jquery.maskedinput.js index 49a5a72..89ce020 100644 --- a/dist/jquery.maskedinput.js +++ b/dist/jquery.maskedinput.js @@ -26,7 +26,7 @@ $.mask = { '*': "[A-Za-z0-9]" }, dataName: "rawMaskFn", - placeholder: '_', + placeholder: '_' }; $.fn.extend({ @@ -335,4 +335,4 @@ $.fn.extend({ }); -})(jQuery); \ No newline at end of file +})(jQuery);