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 <[email protected]> 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();
