Skip to content
Snippets Groups Projects
Commit 270825ab authored by David Baker's avatar David Baker
Browse files

Fix undefined variable error

parent beed1ba0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment