From c26d226ce787dadcb2fe9d18274e69758f3b379d Mon Sep 17 00:00:00 2001 From: Eugene Simakin Date: Sun, 16 Mar 2014 15:49:47 +0400 Subject: [PATCH] Fix: uncomment --- jquery.twbsPagination.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.twbsPagination.js b/jquery.twbsPagination.js index 7fa48d7..0032e83 100644 --- a/jquery.twbsPagination.js +++ b/jquery.twbsPagination.js @@ -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); };