Michelle Bu 12 년 전
부모
커밋
0d6e9731a1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/util.js

+ 2 - 2
lib/util.js

@@ -139,8 +139,8 @@ var util = {
             util.supports.onnegotiationneeded = true;
           }
         };
-        // FIXME: this is not great because it doesn't work for audio-only
-        // browsers (?).
+        // FIXME: this is not great because in theory it doesn't work for
+        // av-only browsers (?).
         var dc = pc.createDataChannel('_PEERJSRELIABLETEST');
 
         pc.close();