diff --git a/src/common/reader.js b/src/common/reader.js index 5e03baba..c2e8ec35 100644 --- a/src/common/reader.js +++ b/src/common/reader.js @@ -877,7 +877,7 @@ class Reader { let onFocusAnnotation = (annotation) => { if (!annotation) return; // Announce the current annotation to screen readers - if (annotation.type == "external-link") { + if (annotation.type == 'external-link') { this.setA11yMessage(annotation.url); return; }