瀏覽代碼

Tweak comments.

Naotoshi Fujita 2 年之前
父節點
當前提交
3d70738973
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/js/components/Move/Move.ts

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

@@ -111,7 +111,7 @@ export function Move(
   }
 
   /**
-   * Jumps to the slide at the specified index.
+   * Jumps to the slide at the specified index (silently).
    *
    * @param index - An index to jump to.
    */
@@ -178,8 +178,6 @@ export function Move(
   /**
    * Returns the closest index to the position.
    *
-   * @todo
-   *
    * @param position - A position to convert.
    *
    * @return The closest index to the position.