diff --git a/static/js/base.js b/static/js/base.js index 12b524d3..f3515d1c 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -19,7 +19,6 @@ * */ -"use strict"; define([ // Helper module to put non dependency base libraries together. 'modernizr', 'moment', @@ -33,4 +32,5 @@ define([ // Helper module to put non dependency base libraries together. 'rAF', 'humanize', 'sha', - 'sjcl'], function() {}); + 'sjcl', + 'webrtc.adapter'], function() {});