Skip to content

Commit

Permalink
patch for previous check in
Browse files Browse the repository at this point in the history
  • Loading branch information
jssor committed Nov 22, 2014
1 parent 146ce06 commit eed4b10
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/jssor.slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -3004,7 +3004,7 @@ new function () {
_CancelEvent = msPrefix ? "MSPointerCancel" : "pointercancel";

if (_DragEnabled) {
var touchAction = "none";
var touchAction = "auto";
if (_DragEnabled == 2) {
touchAction = "pan-x";
}
Expand Down
2 changes: 1 addition & 1 deletion js/jssor.slider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jssor.slider.mini.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion transitions/caption-transition-builder-controller.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion transitions/slideshow-transition-builder-controller.min.js

Large diffs are not rendered by default.

0 comments on commit eed4b10

Please sign in to comment.