Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 3c113f5

Browse files
committed
Remove extraneous semicolon
1 parent 39cdf61 commit 3c113f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/demo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function anchor(selector) {
118118
}
119119

120120
info.innerText = JSON.stringify(selector, null, 2);
121-
};
121+
}
122122

123123
async function describeSelection() {
124124
const selection = document.getSelection();

0 commit comments

Comments
 (0)