Browse Source

Make text.js available in base to allow early plugins to load text resources.

pull/170/head
Simon Eisenmann 10 years ago
parent
commit
c2fe1bf1a2
  1. 3
      static/js/base.js

3
static/js/base.js

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

Loading…
Cancel
Save