Explorar o código

get rid of port stuff

Michelle Bu %!s(int64=12) %!d(string=hai) anos
pai
achega
fe6bde51bb
Modificáronse 3 ficheiros con 0 adicións e 6 borrados
  1. 0 3
      dist/peer.js
  2. 0 0
      dist/peer.min.js
  3. 0 3
      lib/util.js

+ 0 - 3
dist/peer.js

@@ -749,9 +749,6 @@ var util = {
   },
   pack: BinaryPack.pack,
   unpack: BinaryPack.unpack,
-  randomPort: function() {
-    return Math.round(Math.random() * 60535) + 5000;
-  },
 
   log: function () {
     if (util.debug) {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/peer.min.js


+ 0 - 3
lib/util.js

@@ -29,9 +29,6 @@ var util = {
   },
   pack: BinaryPack.pack,
   unpack: BinaryPack.unpack,
-  randomPort: function() {
-    return Math.round(Math.random() * 60535) + 5000;
-  },
 
   log: function () {
     if (util.debug) {

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio