Reverts 3c21b09fa4
This commit is contained in:
parent
3fc819d12e
commit
982c8cbfac
|
@ -69,7 +69,7 @@ SDP.prototype.getNewMedia = function(otherSdp) {
|
||||||
|
|
||||||
// this could be useful in Array.prototype.
|
// this could be useful in Array.prototype.
|
||||||
function arrayEquals(array) {
|
function arrayEquals(array) {
|
||||||
// if the other array is a false value, return
|
// if the other array is a falsy value, return
|
||||||
if (!array)
|
if (!array)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue