Explorar o código

use latest reliable

ericz %!s(int64=12) %!d(string=hai) anos
pai
achega
c72a32fc80
Modificáronse 3 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      deps/reliable
  2. 1 1
      dist/peer.js
  3. 0 0
      dist/peer.min.js

+ 1 - 1
deps/reliable

@@ -1 +1 @@
-Subproject commit 856406373194f62fe68407eb680caa289a202a99
+Subproject commit 0bbaf986efa550ea261b33ae20e17d85fb5b5bfa

+ 1 - 1
dist/peer.js

@@ -1253,7 +1253,7 @@ Peer.prototype._retrieveId = function(cb) {
     http.onreadystatechange = function() {
       if (http.readyState === 4) {
         if (http.status !== 200) {
-          throw 'Retrieve id response not 200';
+          throw 'Retrieve ID response not 200';
           return;
         }
         self.id = http.responseText;

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


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