[Pkg-javascript-commits] [sockjs-client] 316/350: Add missing semicolon

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit 005bfcd87b9867b012581d6f86698200619c1031
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Sun Jul 19 17:50:42 2015 -0700

    Add missing semicolon
---
 lib/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/main.js b/lib/main.js
index 9af61a4..6c69fc8 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -57,7 +57,7 @@ function SockJS(url, protocols, options) {
   } else if (typeof sessionId === 'number') {
     this._generateSessionId = function() {
       return random.string(sessionId);
-    }
+    };
   } else {
     throw new TypeError("If sessionId is used in the options, it needs to be a number or a function.");
   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list