Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Comment unnecessary extend options
  • Loading branch information
Eugene committed Mar 11, 2014
1 parent 180bbfb commit f273955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -257,4 +257,4 @@
return this;
};

})(jQuery, window, document);
})(jQuery, window, document);

0 comments on commit f273955

Please sign in to comment.