Michelle Bu 11 years ago
parent
commit
0d6e9731a1
1 changed files with 2 additions and 2 deletions
  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();