Fix issue with Chrome and WebRTC

pull/1/head
Yann Flory 2016-03-16 17:38:26 +01:00
parent 7237c751d5
commit 38d797a4f1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
window.Reflect = { has: (x,y) => { return (y in x); } };
define([
'/common/messages.js',
'/common/netflux.js',