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);