Skip to content

Commit 005bfcd

Browse files
committed
Add missing semicolon
1 parent 3eff1ff commit 005bfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function SockJS(url, protocols, options) {
5757
} else if (typeof sessionId === 'number') {
5858
this._generateSessionId = function() {
5959
return random.string(sessionId);
60-
}
60+
};
6161
} else {
6262
throw new TypeError("If sessionId is used in the options, it needs to be a number or a function.");
6363
}

0 commit comments

Comments
 (0)