diff --git a/JQueryPlugin/pub/System/JQueryPlugin/plugins/hoverintent/jquery.hoverIntent.uncompressed.js b/JQueryPlugin/pub/System/JQueryPlugin/plugins/hoverintent/jquery.hoverIntent.uncompressed.js index bd11442f4b..2af8770396 100644 --- a/JQueryPlugin/pub/System/JQueryPlugin/plugins/hoverintent/jquery.hoverIntent.uncompressed.js +++ b/JQueryPlugin/pub/System/JQueryPlugin/plugins/hoverintent/jquery.hoverIntent.uncompressed.js @@ -1,4 +1,4 @@ -/** +/** * hoverIntent is similar to jQuery's built-in "hover" function except that * instead of firing the onMouseOver event immediately, hoverIntent checks * to see if the user's mouse has slowed down (beneath the sensitivity @@ -108,4 +108,4 @@ // bind the function to the two event listeners return this.mouseover(handleHover).mouseout(handleHover); }; -})(jQuery); \ No newline at end of file +})(jQuery); diff --git a/JQueryPlugin/pub/System/JQueryPlugin/plugins/maskedinput/jquery.maskedinput.uncompressed.js b/JQueryPlugin/pub/System/JQueryPlugin/plugins/maskedinput/jquery.maskedinput.uncompressed.js index a42b1908be..f5962fc429 100644 --- a/JQueryPlugin/pub/System/JQueryPlugin/plugins/maskedinput/jquery.maskedinput.uncompressed.js +++ b/JQueryPlugin/pub/System/JQueryPlugin/plugins/maskedinput/jquery.maskedinput.uncompressed.js @@ -1,4 +1,4 @@ -/// +/// /* Masked Input plugin for jQuery Copyright (c) 2007-2009 Josh Bush (digitalbush.com) @@ -249,4 +249,4 @@ }); } }); -})(jQuery); \ No newline at end of file +})(jQuery);