Adds a missing require.

This commit is contained in:
Boris Grozev 2015-12-14 13:43:05 -06:00
parent e06ec616a6
commit 2b2a34175f
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* jshint -W101 */
var RTCBrowserType = require("../RTC/RTCBrowserType");
var SDPUtil = {
filter_special_chars: function (text) {
return text.replace(/[\\\/\{,\}\+]/g, "");