diff options
author | David Baker <dbkr@matrix.org> | 2014-11-12 15:35:46 +0000 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-11-12 15:36:05 +0000 |
commit | 9412110c825915f5323d7d266c488c006d26afe3 (patch) | |
tree | 3d4a471a52d1cd893b0896da416fae85b43b11cc | |
parent | SYWEB-57: Highlight rooms which have had their bingers go off in blue. (diff) | |
download | synapse-9412110c825915f5323d7d266c488c006d26afe3.tar.xz |
comment typo
-rw-r--r-- | syweb/webclient/components/matrix/matrix-call.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syweb/webclient/components/matrix/matrix-call.js b/syweb/webclient/components/matrix/matrix-call.js index b560cf7daa..7687cb6971 100644 --- a/syweb/webclient/components/matrix/matrix-call.js +++ b/syweb/webclient/components/matrix/matrix-call.js @@ -82,7 +82,7 @@ angular.module('MatrixCall', []) }); } - // FIXME: we should prevent any class from being placed or accepted before this has finished + // FIXME: we should prevent any calls from being placed or accepted before this has finished MatrixCall.getTurnServer(); MatrixCall.CALL_TIMEOUT = 60000; |