Browse Source

Use webfonts.js in main to avoid load order error in built javascript.

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

3
static/js/base.js

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

Loading…
Cancel
Save