Skip to content

Commit

Permalink
chore: build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Nov 21, 2021
1 parent 5e958de commit 7dedba2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/glide.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ var Glide$1 = /*#__PURE__*/function () {

return this;
}
<<<<<<< HEAD
/**
* Change slide with specified pattern. A pattern must be in the special format:
* `>` - Move one forward
Expand All @@ -744,6 +745,20 @@ var Glide$1 = /*#__PURE__*/function () {
*
* @param {String} pattern
* @return {Glide}
=======
/**
* Change slide with specified pattern. A pattern must be in the special format:
* `>` - Move one forward
* `<` - Move one backward
* `={i}` - Go to {i} zero-based slide (eq. '=1', will go to second slide)
* `>>` - Rewinds to end (last slide)
* `<<` - Rewinds to start (first slide)
* `|>` - Move one viewport forward
* `|<` - Move one viewport backward
*
* @param {String} pattern
* @return {Glide}
>>>>>>> 4697d13 (chore: build dist)
*/

}, {
Expand Down
15 changes: 15 additions & 0 deletions dist/glide.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@

return this;
}
<<<<<<< HEAD
/**
* Change slide with specified pattern. A pattern must be in the special format:
* `>` - Move one forward
Expand All @@ -750,6 +751,20 @@
*
* @param {String} pattern
* @return {Glide}
=======
/**
* Change slide with specified pattern. A pattern must be in the special format:
* `>` - Move one forward
* `<` - Move one backward
* `={i}` - Go to {i} zero-based slide (eq. '=1', will go to second slide)
* `>>` - Rewinds to end (last slide)
* `<<` - Rewinds to start (first slide)
* `|>` - Move one viewport forward
* `|<` - Move one viewport backward
*
* @param {String} pattern
* @return {Glide}
>>>>>>> 4697d13 (chore: build dist)
*/

}, {
Expand Down
15 changes: 15 additions & 0 deletions dist/glide.modular.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ var Glide$1 = /*#__PURE__*/function () {

return this;
}
<<<<<<< HEAD
/**
* Change slide with specified pattern. A pattern must be in the special format:
* `>` - Move one forward
Expand All @@ -744,6 +745,20 @@ var Glide$1 = /*#__PURE__*/function () {
*
* @param {String} pattern
* @return {Glide}
=======
/**
* Change slide with specified pattern. A pattern must be in the special format:
* `>` - Move one forward
* `<` - Move one backward
* `={i}` - Go to {i} zero-based slide (eq. '=1', will go to second slide)
* `>>` - Rewinds to end (last slide)
* `<<` - Rewinds to start (first slide)
* `|>` - Move one viewport forward
* `|<` - Move one viewport backward
*
* @param {String} pattern
* @return {Glide}
>>>>>>> 4697d13 (chore: build dist)
*/

}, {
Expand Down

0 comments on commit 7dedba2

Please sign in to comment.