Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix: uncomment
  • Loading branch information
Eugene Simakin committed Mar 16, 2014
1 parent 43cfd96 commit c26d226
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.options = $.extend({}, $.fn.twbsPagination.defaults, options);
this.options = $.extend({}, $.fn.twbsPagination.defaults, options);
this.init(this.options);
};

Expand Down

0 comments on commit c26d226

Please sign in to comment.