Missing semicolon added. Additional author added.

- Missing semicolon added (linting rule).
- Additional author added (as Allan asked).
pull/220/head
Gordey Doronin 9 years ago
parent 59e1a8205e
commit 26955db524

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

Loading…
Cancel
Save