Browse Source

Tweak a comment.

Naotoshi Fujita 3 năm trước cách đây
mục cha
commit
08c66ef6d9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/js/components/Move/Move.ts

+ 1 - 0
src/js/components/Move/Move.ts

@@ -98,6 +98,7 @@ export const Move: ComponentConstructor<MoveComponent> = ( Splide, Components, o
    * @param dest     - A destination index to go to, including clones'.
    * @param index    - A slide index.
    * @param prev     - A previous index.
+   * @param forwards - Specifies the move direction.
    * @param callback - Optional. A callback function invoked after transition ends.
    */
   function move( dest: number, index: number, prev: number, forwards: boolean, callback?: AnyFunction ): void {