瀏覽代碼

Fix a syntax error introduced in 5efe0cb2f9

master
Boris Grozev 11 年之前
父節點
當前提交
e90e37ef83
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      libs/colibri/colibri.focus.js

+ 1
- 1
libs/colibri/colibri.focus.js 查看文件

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

Loading…
取消
儲存