ソースを参照

Reverts 3c21b09fa4

efficient_tiling
George Politis 11年前
コミット
982c8cbfac
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      libs/strophe/strophe.jingle.sdp.js

+ 1
- 1
libs/strophe/strophe.jingle.sdp.js ファイルの表示

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

読み込み中…
キャンセル
保存