From c43fa95606fc61dd697c3c19c7501b118f378383 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 1 Jun 2017 18:40:02 -0500 Subject: [PATCH] FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars --- html5/verto/js/src/jquery.FSRTC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }