Skip to content

Commit

Permalink
refactor: use one slide perswipe as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Nov 21, 2021
1 parent 24f618d commit 2d240fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/glide.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ var defaults = {
*
* @type {String}
*/
perSwipe: '|',
perSwipe: '',

/**
* Moving distance ratio of the slides on a swiping and dragging.
Expand Down
2 changes: 1 addition & 1 deletion dist/glide.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
*
* @type {String}
*/
perSwipe: '|',
perSwipe: '',

/**
* Moving distance ratio of the slides on a swiping and dragging.
Expand Down
2 changes: 1 addition & 1 deletion dist/glide.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/glide.modular.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ var defaults = {
*
* @type {String}
*/
perSwipe: '|',
perSwipe: '',

/**
* Moving distance ratio of the slides on a swiping and dragging.
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
*
* @type {String}
*/
perSwipe: '|',
perSwipe: '',

/**
* Moving distance ratio of the slides on a swiping and dragging.
Expand Down

0 comments on commit 2d240fe

Please sign in to comment.