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);