Skip to content

Commit

Permalink
build error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutivarade committed Apr 15, 2024
1 parent 6d4b7e2 commit 51012c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frameworks/cornerstone2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Cornerstone2D extends Framework {

}

// select_box(callback) {
select_box(callback) {


if(this.cornerstonetools_instance.RectangleRoiTool === undefined) {
Expand Down Expand Up @@ -125,7 +125,7 @@ export class Cornerstone2D extends Framework {
}.bind(this);
}

// }
}

}

0 comments on commit 51012c8

Please sign in to comment.