Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Aug 24, 2018
1 parent 26c5fde commit 6c6e44c
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 6c6e44c

Please sign in to comment.