Skip to content

Commit

Permalink
1.2.0 breakpoints 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dohoons committed Oct 30, 2017
1 parent 73de301 commit 95a173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.touchSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@

counter : function () {
if(this.opts.breakpoints) {
var winSize = $(window).width();
var winSize = this._width;
var bpDefaultOpt = this.opts.breakpoints.defaultOption;
var bpCurrentOpt = bpDefaultOpt;
var optionChanged = false;
Expand Down

0 comments on commit 95a173d

Please sign in to comment.