From cf26bb07af22ada4d19f5614053ad761083b2bea Mon Sep 17 00:00:00 2001 From: tcdona Date: Mon, 16 Feb 2015 11:39:01 +0800 Subject: [PATCH] Update jquery.flexText.js --- jquery.flexText.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.flexText.js b/jquery.flexText.js index 2b5ca78..c4a5646 100644 --- a/jquery.flexText.js +++ b/jquery.flexText.js @@ -3,7 +3,7 @@ * -------------------------------------- * Requires: jQuery 1.7+ * Usage example: $('textarea').flexText() - * Info: https://github.com/alexdunphy/flexible-textareas + * Info: https://github.com/alexdunphy/flexText */ ;(function ($) { @@ -61,4 +61,4 @@ }); }; -})(jQuery); \ No newline at end of file +})(jQuery);