]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jun 2017 23:40:02 +0000 (18:40 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jun 2017 23:40:02 +0000 (18:40 -0500)
html5/verto/js/src/jquery.FSRTC.js

index 8bea0909e1efe5addac6c72298bb459a2a229994..e9314abded4c8439bf6bf1c733f9f2da6c7887ab 100644 (file)
                 },
                 constraints: self.constraints,
                 iceServers: self.options.iceServers,
-            });                
+            });
 
             onStreamSuccess(self, stream);
         }