diff --git a/static/js/base.js b/static/js/base.js index b24dd8ca..730ee3fa 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -32,4 +32,5 @@ define([ // Helper module to put non dependency base libraries together. 'rAF', 'humanize', 'sha', - 'sjcl'], function() {}); + 'sjcl', + 'text'], function() {});