From 26955db524b05c34cd709ef46fb614393f5d4202 Mon Sep 17 00:00:00 2001 From: Gordey Doronin Date: Sat, 26 Sep 2015 08:38:06 +0500 Subject: [PATCH] Missing semicolon added. Additional author added. - Missing semicolon added (linting rule). - Additional author added (as Allan asked). --- pagination/input.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pagination/input.js b/pagination/input.js index 2b3fa19..4c4b939 100644 --- a/pagination/input.js +++ b/pagination/input.js @@ -8,6 +8,7 @@ * @name Navigation with text input * @summary Shows an input element into which the user can type a page number * @author [Allan Jardine](http://sprymedia.co.uk) + * @author [Gordey Doronin](http://github.com/GDoronin) * * @example * $(document).ready(function() { @@ -220,4 +221,4 @@ $(an).children('.' + paginateInputClassName).val(iCurrentPage); } }; -})(jQuery) +})(jQuery);