Browse Source

Fix a syntax error introduced in 5efe0cb2f9

master
Boris Grozev 11 years ago
parent
commit
e90e37ef83
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/colibri/colibri.focus.js

+ 1
- 1
libs/colibri/colibri.focus.js View File

155
             elem.c('channel', {
155
             elem.c('channel', {
156
                 initiator: 'true',
156
                 initiator: 'true',
157
                 expire: '15',
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
             }).up();
159
             }).up();
160
         }
160
         }
161
         elem.up(); // end of content
161
         elem.up(); // end of content

Loading…
Cancel
Save