Michelle Bu 11 ani în urmă
părinte
comite
fa52ac067e
3 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      dist/peer.js
  2. 0 0
      dist/peer.min.js
  3. 1 1
      lib/dataconnection.js

+ 1 - 1
dist/peer.js

@@ -1850,10 +1850,10 @@ DataConnection.prototype._handleDataMessage = function(e) {
 
 
       // We can also just delete the chunks now.
       // We can also just delete the chunks now.
       delete this._chunkedData[id];
       delete this._chunkedData[id];
-      return;
     }
     }
 
 
     this._chunkedData[id] = chunkInfo;
     this._chunkedData[id] = chunkInfo;
+    return;
   }
   }
 
 
   this.emit('data', data);
   this.emit('data', data);

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/peer.min.js


+ 1 - 1
lib/dataconnection.js

@@ -116,10 +116,10 @@ DataConnection.prototype._handleDataMessage = function(e) {
 
 
       // We can also just delete the chunks now.
       // We can also just delete the chunks now.
       delete this._chunkedData[id];
       delete this._chunkedData[id];
-      return;
     }
     }
 
 
     this._chunkedData[id] = chunkInfo;
     this._chunkedData[id] = chunkInfo;
+    return;
   }
   }
 
 
   this.emit('data', data);
   this.emit('data', data);

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff