Browse Source

Removed webrtc.adapter from base.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
d16bfe4a39
  1. 3
      static/js/base.js

3
static/js/base.js

@ -32,5 +32,4 @@ define([ // Helper module to put non dependency base libraries together.
'rAF', 'rAF',
'humanize', 'humanize',
'sha', 'sha',
'sjcl', 'sjcl'], function() {});
'webrtc.adapter'], function() {});

Loading…
Cancel
Save