浏览代码

Fix errant comma

ericz 11 年之前
父节点
当前提交
bb1045bf92
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      dist/peer.js
  2. 1 1
      lib/negotiator.js

+ 1 - 1
dist/peer.js

@@ -2082,7 +2082,7 @@ Negotiator._setupListeners = function(connection, pc, pc_id) {
           type: connection.type,
           connectionId: connection.id
         },
-        dst: peerId,
+        dst: peerId
       });
     }
   };

+ 1 - 1
lib/negotiator.js

@@ -134,7 +134,7 @@ Negotiator._setupListeners = function(connection, pc, pc_id) {
           type: connection.type,
           connectionId: connection.id
         },
-        dst: peerId,
+        dst: peerId
       });
     }
   };