Fix a syntax error introduced in 5efe0cb2f9

This commit is contained in:
Boris Grozev 2014-03-18 11:58:20 +01:00
parent a1a0f5d4cf
commit e90e37ef83
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ ColibriFocus.prototype._makeConference = function () {
elem.c('channel', {
initiator: 'true',
expire: '15',
endpoint: self.peers[j].substr(1 + self.peers[j].lastIndexOf('/'));
endpoint: self.peers[j].substr(1 + self.peers[j].lastIndexOf('/'))
}).up();
}
elem.up(); // end of content