fix syntax error
This commit is contained in:
parent
ad37075074
commit
f063aacc92
2
app.js
2
app.js
|
@ -521,7 +521,7 @@ function dump(elem, filename){
|
||||||
*/
|
*/
|
||||||
data["jingle_" + session.sid] = {
|
data["jingle_" + session.sid] = {
|
||||||
updateLog: session.peerconnection.updateLog,
|
updateLog: session.peerconnection.updateLog,
|
||||||
stats: session.peerconnection.stats),
|
stats: session.peerconnection.stats,
|
||||||
url: window.location.href}
|
url: window.location.href}
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue