diff --git a/static/js/base.js b/static/js/base.js index f3515d1c..b24dd8ca 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -32,5 +32,4 @@ define([ // Helper module to put non dependency base libraries together. 'rAF', 'humanize', 'sha', - 'sjcl', - 'webrtc.adapter'], function() {}); + 'sjcl'], function() {});