From 982c8cbfac4d5fc1542ecef40fef109d3d7fda20 Mon Sep 17 00:00:00 2001 From: George Politis Date: Tue, 18 Nov 2014 17:26:43 +0100 Subject: [PATCH] Reverts 3c21b09fa46ad8f2a0ea937f4bf87e83b3eeeac5 --- libs/strophe/strophe.jingle.sdp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/strophe/strophe.jingle.sdp.js b/libs/strophe/strophe.jingle.sdp.js index 3abda55cb..b56145737 100644 --- a/libs/strophe/strophe.jingle.sdp.js +++ b/libs/strophe/strophe.jingle.sdp.js @@ -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;