Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 24, 2018
2 parents 317b7e7 + 6c6e44c commit a522225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define( function( require ) {
// animation, scrolling between pages
animationEnabled: true, // {boolean} is animation enabled when scrolling between pages?,
animationDuration: 0.4, // {number} seconds
stepper: 'manual' // {string} see Animaton options.stepper
stepper: 'manual' // {string} see Animation options.stepper
};
assert && Object.freeze( DEFAULT_OPTIONS );

Expand Down

0 comments on commit a522225

Please sign in to comment.