Michelle Bu 12 년 전
부모
커밋
93f541b871
4개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 3
      demo/static/peer.js
  2. 0 3
      dist/peer.js
  3. 0 0
      dist/peer.min.js
  4. 0 3
      lib/connection.js

+ 0 - 3
demo/static/peer.js

@@ -1213,7 +1213,4 @@ DataConnection.prototype._handleDataMessage = function(e) {
   fr.readAsArrayBuffer(e.data);
 };
 
-exports.DataChannel = DataChannel;
-
-
 })(this);

+ 0 - 3
dist/peer.js

@@ -1213,7 +1213,4 @@ DataConnection.prototype._handleDataMessage = function(e) {
   fr.readAsArrayBuffer(e.data);
 };
 
-exports.DataChannel = DataChannel;
-
-
 })(this);

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/peer.min.js


+ 0 - 3
lib/connection.js

@@ -288,6 +288,3 @@ DataConnection.prototype._handleDataMessage = function(e) {
   };
   fr.readAsArrayBuffer(e.data);
 };
-
-exports.DataChannel = DataChannel;
-

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.