Skip to content

Commit 6abde83

Browse files
committed
fix some comments
1 parent 7f7163f commit 6abde83

File tree

1 file changed

+4
-4
lines changed
  • imagetagger/imagetagger/annotations/static/annotations/js

1 file changed

+4
-4
lines changed

imagetagger/imagetagger/annotations/static/annotations/js/annotations.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function calculateImageScale() {
486486

487487
if (gImageList.indexOf(imageId) === -1) {
488488
console.log(
489-
'skiping request to load image ' + imageId +
489+
'skipping request to display image ' + imageId +
490490
' as it is not in current image list.');
491491
return;
492492
}
@@ -808,7 +808,7 @@ function calculateImageScale() {
808808

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

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

0 commit comments

Comments
 (0)