Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
'getCurrentPage' method added
  • Loading branch information
Eugene Simakin committed Oct 4, 2016
1 parent 948aeeb commit 7102538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jquery.twbsPagination.js
Expand Up @@ -258,8 +258,10 @@
}
if (search.indexOf('?') === 0) search = search.substr(1);
return search;
},
getCurrentPage: function () {
return this.currentPage;
}

};

// PLUGIN DEFINITION
Expand Down

0 comments on commit 7102538

Please sign in to comment.