fix syntax error

This commit is contained in:
Philipp Hancke 2014-01-17 10:10:27 +01:00
parent ad37075074
commit f063aacc92
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -521,7 +521,7 @@ function dump(elem, filename){
*/
data["jingle_" + session.sid] = {
updateLog: session.peerconnection.updateLog,
stats: session.peerconnection.stats),
stats: session.peerconnection.stats,
url: window.location.href}
;
}