From 38d797a4f13d356eb883b23e108d2b87e0dd30e1 Mon Sep 17 00:00:00 2001 From: Yann Flory Date: Wed, 16 Mar 2016 17:38:26 +0100 Subject: [PATCH] Fix issue with Chrome and WebRTC --- www/common/realtime-input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/realtime-input.js b/www/common/realtime-input.js index d39bae228..9bc3ebc62 100644 --- a/www/common/realtime-input.js +++ b/www/common/realtime-input.js @@ -14,6 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ +window.Reflect = { has: (x,y) => { return (y in x); } }; define([ '/common/messages.js', '/common/netflux.js',