Procházet zdrojové kódy

Fixes typo in comment.

master
George Politis před 11 roky
rodič
revize
3c21b09fa4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      libs/strophe/strophe.jingle.sdp.js

+ 1
- 1
libs/strophe/strophe.jingle.sdp.js Zobrazit soubor

@@ -69,7 +69,7 @@ SDP.prototype.getNewMedia = function(otherSdp) {
69 69
 
70 70
     // this could be useful in Array.prototype.
71 71
     function arrayEquals(array) {
72
-        // if the other array is a falsy value, return
72
+        // if the other array is a false value, return
73 73
         if (!array)
74 74
             return false;
75 75
 

Načítá se…
Zrušit
Uložit