Skip to content

Commit

Permalink
Remove unused version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Nov 22, 2022
1 parent 7c20563 commit 03f4c1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bootstrap-paginator.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

this.$element = $(element);

var version = (options && options.bootstrapMajorVersion) ? options.bootstrapMajorVersion : $.fn.bootstrapPaginator.defaults.bootstrapMajorVersion,
id = this.$element.attr("id");

this.currentPage = 1;

this.lastPage = 1;
Expand Down

0 comments on commit 03f4c1e

Please sign in to comment.