Skip to content

Commit

Permalink
(demo) fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Sep 20, 2024
1 parent b9438b5 commit 4b5e469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pacs/viewer.ui.annot.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ test.dataModelUI.Annotation = function (app) {
inputColour.onchange = function (event) {
const target = event.target;
const newColour = target.value;
// get annotatio
// get annotation
const indices =
splitAnnotationDivId(target.id.substring(inputColourPrefix.length));
const dataId = indices.dataId;
Expand Down

0 comments on commit 4b5e469

Please sign in to comment.