Skip to content

Commit 72ee715

Browse files
author
hackermd
committed
Rename method for removal of all rois
1 parent 71b7fdf commit 72ee715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ class VLWholeSlideMicroscopyImageViewer {
951951
this[_features].remove(feature);
952952
}
953953

954-
removeAllROI() {
954+
removeAllROIs() {
955955
this[_features].clear();
956956
}
957957

0 commit comments

Comments
 (0)