From d430074ed82a4df2198b1b3d7126762d7768f6ae Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Fri, 10 Jul 2015 22:38:27 +0200 Subject: [PATCH] Remove a superfluous var declaration. --- modules/xmpp/JingleSession.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/xmpp/JingleSession.js b/modules/xmpp/JingleSession.js index 77a0821ab..5720c480a 100644 --- a/modules/xmpp/JingleSession.js +++ b/modules/xmpp/JingleSession.js @@ -190,7 +190,6 @@ function onIceConnectionStateChange(sid, session) { } JingleSession.prototype.accept = function () { - var self = this; this.state = 'active'; var pranswer = this.peerconnection.localDescription;