[Pkg-voip-commits] [janus] 271/282: Add missing semicolon

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:48 UTC 2017


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

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit 2ec803b82f69cd4415b771bff0b59c977a538df9
Author: Ivan Demchuk <ide at interlogic.com.ua>
Date:   Mon Dec 18 17:59:41 2017 +0200

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

diff --git a/html/janus.js b/html/janus.js
index 1e1629c..bca6b9d 100644
--- a/html/janus.js
+++ b/html/janus.js
@@ -769,7 +769,7 @@ function Janus(gatewayCallbacks) {
 				if(wsKeepaliveTimeoutId) {
 					clearTimeout(wsKeepaliveTimeoutId);
 				}
-				ws.close()
+				ws.close();
 			};
 
 			var onUnbindMessage = function(event){

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list