This commit is contained in:
George Politis 2014-11-18 17:26:43 +01:00
parent 3fc819d12e
commit 982c8cbfac
1 changed files with 1 additions and 1 deletions

View File

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