Michelle Bu 11 years ago
parent
commit
fa52ac067e
3 changed files with 2 additions and 2 deletions
  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.
       delete this._chunkedData[id];
-      return;
     }
 
     this._chunkedData[id] = chunkInfo;
+    return;
   }
 
   this.emit('data', data);

File diff suppressed because it is too large
+ 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.
       delete this._chunkedData[id];
-      return;
     }
 
     this._chunkedData[id] = chunkInfo;
+    return;
   }
 
   this.emit('data', data);

Some files were not shown because too many files changed in this diff