diff --git a/dist/verify.js b/dist/verify.js index 821a452..22085a9 100644 --- a/dist/verify.js +++ b/dist/verify.js @@ -3,7 +3,7 @@ * Copyright (c) 2013 Jaime Pillora - MIT */ -(function(window,document,undefined) { +(function(window,document,$,undefined) { (function($) { if(window.console === undefined) @@ -2028,4 +2028,4 @@ log("plugin added."); }); })(jQuery); -}(window,document)); \ No newline at end of file +})(window,document,jQuery);