You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/05/15 07:19:34 UTC

[incubator-annotator] 02/03: Remove extraneous semicolon

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 3c113f5bdff13254cc69146dc0f67b654884787e
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu May 14 22:58:51 2020 -0700

    Remove extraneous semicolon
---
 web/demo/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/demo/index.js b/web/demo/index.js
index 47f7f30..9f59fca 100644
--- a/web/demo/index.js
+++ b/web/demo/index.js
@@ -118,7 +118,7 @@ async function anchor(selector) {
   }
 
   info.innerText = JSON.stringify(selector, null, 2);
-};
+}
 
 async function describeSelection() {
   const selection = document.getSelection();