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

Loading…
Cancel
Save