Skip to content

Commit

Permalink
- ixOverlayList : touch 동작 block 시점 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
이진오 committed Apr 13, 2017
1 parent da10b10 commit 05dc608
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions bin/v0.4/ixSnack_0.4.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* ixSnack - Javascript Library (jQuery plugin)
* jQuery v1.8~ (http://jquery.com) + ixBand v1.0~ (http://ixband.com)
* @version v0.4.1 (1704101720)
* @version v0.4.1 (1704130939)
* The MIT License (MIT), http://ixsnack.com
*/
;(function ( $, $B ) {
Expand Down Expand Up @@ -1876,8 +1876,9 @@ ixSnack.OverlayList = ixSnack.BaseClass.extend({
this.prev();
} else {
this._dispatch( 'slideStart' );
this._pauseTimer();
this._thumbController.block( true );
this._motion.none();
this._playTimer();
}
},

Expand Down
Loading

0 comments on commit 05dc608

Please sign in to comment.