Remove a superfluous var declaration.

This commit is contained in:
Boris Grozev 2015-07-10 22:38:27 +02:00
parent ae759fab5b
commit d430074ed8
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ function onIceConnectionStateChange(sid, session) {
}
JingleSession.prototype.accept = function () {
var self = this;
this.state = 'active';
var pranswer = this.peerconnection.localDescription;