Skip to content

Commit

Permalink
CI run 3304 pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 17, 2024
1 parent 7890da8 commit bfa992d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions demo/trunk/dist/dwv.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1905,10 +1905,10 @@ export declare class DrawLayer {
* Set the current position.
*
* @param {Point} position The new position.
* @param {Index} index The new index.
* @param {Index} [index] Optional coresponding index.
* @returns {boolean} True if the position was updated.
*/
setCurrentPosition(position: Point, index: Index): boolean;
setCurrentPosition(position: Point, index?: Index): boolean;
/**
* Get the current position group.
*
Expand Down Expand Up @@ -5136,11 +5136,11 @@ export declare class View {
* Set the current position.
*
* @param {Point} position The new position.
* @param {boolean} silent Flag to fire event or not.
* @param {boolean} [silent] Flag to fire event or not.
* @returns {boolean} False if not in bounds.
* @fires View#positionchange
*/
setCurrentPosition(position: Point, silent: boolean): boolean;
setCurrentPosition(position: Point, silent?: boolean): boolean;
/**
* Set the current index.
*
Expand Down
2 changes: 1 addition & 1 deletion demo/trunk/dist/dwv.min.js.map

Large diffs are not rendered by default.

0 comments on commit bfa992d

Please sign in to comment.