Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request josecebe#3 from natrajsr/patch-1
Update jquery.twbsPagination.js
  • Loading branch information
Eugene committed Apr 29, 2014
2 parents 9d760e9 + e4dc931 commit f08e569
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jquery.twbsPagination.js
Expand Up @@ -244,6 +244,10 @@

return ( methodReturn === undefined ) ? $this : methodReturn;
};

$.fn.resetPaging = function () {
$(this).data('twbs-pagination', null);
};

$.fn.twbsPagination.defaults = {
totalPages: 0,
Expand Down

0 comments on commit f08e569

Please sign in to comment.