Skip to content

Commit b9b0eb8

Browse files
author
Bas van den Heuvel
committed
Added missing semicolon
1 parent 0f9253a commit b9b0eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/hints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ const Hints = Module("hints", {
862862
var found = linkText.search(re) != -1;
863863

864864
return found;
865-
}
865+
};
866866
}
867867

868868
let indexOf = String.indexOf;

0 commit comments

Comments
 (0)