Michelle Bu 12 лет назад
Родитель
Сommit
2be1fd481b
3 измененных файлов с 2 добавлено и 10 удалено
  1. 1 5
      dist/peer.js
  2. 0 0
      dist/peer.min.js
  3. 1 5
      lib/dataconnection.js

+ 1 - 5
dist/peer.js

@@ -1707,11 +1707,7 @@ function DataConnection(peer, provider, options) {
   Negotiator.startConnection(
     this,
     this.options._payload || {
-      originator: true,
-      multiplex: this.options.multiplex // I don't think multiplex should be a
-                                        // top-level property because it only
-                                        // applies to the originator--otherwise
-                                        // we'd just have an options.pc to use.
+      originator: true
     }
   );
 }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/peer.min.js


+ 1 - 5
lib/dataconnection.js

@@ -26,11 +26,7 @@ function DataConnection(peer, provider, options) {
   Negotiator.startConnection(
     this,
     this.options._payload || {
-      originator: true,
-      multiplex: this.options.multiplex // I don't think multiplex should be a
-                                        // top-level property because it only
-                                        // applies to the originator--otherwise
-                                        // we'd just have an options.pc to use.
+      originator: true
     }
   );
 }

Некоторые файлы не были показаны из-за большого количества измененных файлов