diff --git a/dist/jquery.formatter.js b/dist/jquery.formatter.js index 7909731..494356c 100644 --- a/dist/jquery.formatter.js +++ b/dist/jquery.formatter.js @@ -26,7 +26,7 @@ // Browser globals factory(root.jQuery); } -}(this, function (jQuery) { +}(this, function ($) { /* @@ -858,4 +858,4 @@ $.fn[pluginName].addInptType = function (chr, regexp) { }; -})); \ No newline at end of file +}));