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.