From 7ac2bad8e1c6759cafd8d9bb6b4a6994add0cb98 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Wed, 5 Mar 2014 17:10:06 +0100 Subject: [PATCH] Fixes typo with removessrc initialization. --- libs/strophejingle.bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/strophejingle.bundle.js b/libs/strophejingle.bundle.js index 0d9761e37..f8dc7c313 100644 --- a/libs/strophejingle.bundle.js +++ b/libs/strophejingle.bundle.js @@ -2133,7 +2133,7 @@ JingleSession.prototype.removeSource = function (elem) { if (!SDPUtil.find_line(media, 'a=mid:' + name)) return; sdp.media[idx] += lines; - if (!self.addssrc[idx]) self.removessrc[idx] = ''; + if (!self.removessrc[idx]) self.removessrc[idx] = ''; self.removessrc[idx] += lines; }); sdp.raw = sdp.session + sdp.media.join('');