Skip to content

Commit

Permalink
fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Mar 30, 2021
1 parent 7f7163f commit 6abde83
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ function calculateImageScale() {

if (gImageList.indexOf(imageId) === -1) {
console.log(
'skiping request to load image ' + imageId +
'skipping request to display image ' + imageId +
' as it is not in current image list.');
return;
}
Expand Down Expand Up @@ -808,7 +808,7 @@ function calculateImageScale() {

if (gImageList.indexOf(imageId) === -1) {
console.log(
'skiping request to load image ' + imageId +
'skipping request to load annotation view for image ' + imageId +
' as it is not in current image list.');
return;
}
Expand Down Expand Up @@ -913,8 +913,8 @@ function calculateImageScale() {

if (gImageList.indexOf(imageId) === -1) {
console.log(
'skiping request to load image ' + imageId +
' as it is not in current image list.');
'skipping request to load image ' + imageId +
' to cache as it is not in current image list.');
return;
}

Expand Down

0 comments on commit 6abde83

Please sign in to comment.