From: Anthony Minessale Date: Thu, 1 Jun 2017 23:40:02 +0000 (-0500) Subject: FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars X-Git-Tag: v1.8.0~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43fa95606fc61dd697c3c19c7501b118f378383;p=thirdparty%2Ffreeswitch.git FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars --- diff --git a/html5/verto/js/src/jquery.FSRTC.js b/html5/verto/js/src/jquery.FSRTC.js index 8bea0909e1..e9314abded 100644 --- a/html5/verto/js/src/jquery.FSRTC.js +++ b/html5/verto/js/src/jquery.FSRTC.js @@ -610,7 +610,7 @@ }, constraints: self.constraints, iceServers: self.options.iceServers, - });      + }); onStreamSuccess(self, stream); }