Fix undefined variable error

pull/10/head
David Baker 2014-09-19 11:41:49 +01:00
parent beed1ba089
commit 270825ab2a
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ angular.module('MatrixCall', [])
}
if (this.candidateSendTries > 5) {
console.log("Failed to send candidates on attempt "+ev.tries+". Giving up for now.");
console.log("Failed to send candidates on attempt "+this.candidateSendTries+". Giving up for now.");
this.candidateSendTries = 0;
return;
}