Remove a superfluous var declaration.
This commit is contained in:
parent
ae759fab5b
commit
d430074ed8
|
@ -190,7 +190,6 @@ function onIceConnectionStateChange(sid, session) {
|
|||
}
|
||||
|
||||
JingleSession.prototype.accept = function () {
|
||||
var self = this;
|
||||
this.state = 'active';
|
||||
|
||||
var pranswer = this.peerconnection.localDescription;
|
||||
|
|
Loading…
Reference in New Issue