From c2fe1bf1a2e4b13d54b9c96c43262f899ee4974a Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Wed, 18 Mar 2015 10:19:51 +0100 Subject: [PATCH] Make text.js available in base to allow early plugins to load text resources. --- static/js/base.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {});