From 32e1401632e9010ec8face965e5c5982525861fc Mon Sep 17 00:00:00 2001 From: Eugene Simakin Date: Mon, 25 Aug 2014 23:40:49 +0400 Subject: [PATCH] Stupid mistake fixed --- jquery.twbsPagination.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.twbsPagination.js b/jquery.twbsPagination.js index 2b12849..eff3d5f 100644 --- a/jquery.twbsPagination.js +++ b/jquery.twbsPagination.js @@ -17,7 +17,7 @@ var TwbsPagination = function (element, options) { this.$element = $(element); - this.init(this.options); + this.init(options); }; TwbsPagination.prototype = {