Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 2e42058

Browse files
committed
Rogue semicolon
1 parent 1415e6c commit 2e42058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GlyphHanger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class GlyphHanger {
8787

8888
getUniversalSet() {
8989
return this.sets['*'];
90-
};
90+
}
9191

9292
getSetForFamilies(families) {
9393
if( typeof families === "string" ) {

0 commit comments

Comments
 (0)