Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Aug 3, 2018
1 parent 747f4d5 commit d38f497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imagespace_smqtk/web_client/js/AnnotationWidgetView.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imagespace.views.AnnotationWidgetView = imagespace.View.extend({
if (_.isArray(this.image.get('sha1sum_s_md'))){
sha1sum_s_md = this.image.get('sha1sum_s_md')[0];
}
else sha1sum_s_md = tihs.image.get('sha1sum_s_md');
else sha1sum_s_md = this.image.get('sha1sum_s_md');

if (button.hasClass('smqtk-iqr-positive')) {
if (this.isIqrPositive()) {
Expand Down Expand Up @@ -47,7 +47,7 @@ imagespace.views.AnnotationWidgetView = imagespace.View.extend({
if (_.isArray(this.image.get('sha1sum_s_md'))){
sha1sum_s_md = this.image.get('sha1sum_s_md')[0];
}
else sha1sum_s_md = tihs.image.get('sha1sum_s_md');
else sha1sum_s_md = this.image.get('sha1sum_s_md');
return (imagespace.smqtk.iqr.currentIqrSession.has('meta') &&
_.contains(imagespace.smqtk.iqr.currentIqrSession.get('meta').neg_uuids, sha1sum_s_md));
},
Expand Down

0 comments on commit d38f497

Please sign in to comment.