From 1690be3e5b8823783ebc6909560b8c36113a58e5 Mon Sep 17 00:00:00 2001 From: isymchych Date: Fri, 4 Dec 2015 15:46:00 +0200 Subject: [PATCH] add missing module dependency --- modules/xmpp/SDPUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xmpp/SDPUtil.js b/modules/xmpp/SDPUtil.js index 3a15d2f3c..65cdf3ecf 100644 --- a/modules/xmpp/SDPUtil.js +++ b/modules/xmpp/SDPUtil.js @@ -1,5 +1,5 @@ /* jshint -W101 */ -var RTCBrowserType = require("../RTC/RTCBrowserType"); +var RTCBrowserType = require('../RTC/RTCBrowserType'); var SDPUtil = { filter_special_chars: function (text) {