Browse Source

Moved webrtc adapter to base as it does not work in strict mode.

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

4
static/js/base.js

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

Loading…
Cancel
Save