Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stupid mistake fixed
  • Loading branch information
Eugene Simakin committed Aug 25, 2014
1 parent 7180c79 commit 32e1401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.twbsPagination.js
Expand Up @@ -17,7 +17,7 @@

var TwbsPagination = function (element, options) {
this.$element = $(element);
this.init(this.options);
this.init(options);
};

TwbsPagination.prototype = {
Expand Down

0 comments on commit 32e1401

Please sign in to comment.