add missing module dependency

This commit is contained in:
isymchych 2015-12-04 15:46:00 +02:00
parent 034ed200f3
commit 1690be3e5b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* jshint -W101 */
var RTCBrowserType = require("../RTC/RTCBrowserType");
var RTCBrowserType = require('../RTC/RTCBrowserType');
var SDPUtil = {
filter_special_chars: function (text) {