diff options
Diffstat (limited to 'pyload/web/app/scripts')
-rw-r--r-- | pyload/web/app/scripts/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/web/app/scripts/config.js b/pyload/web/app/scripts/config.js index 51ea63285..85620b2b7 100644 --- a/pyload/web/app/scripts/config.js +++ b/pyload/web/app/scripts/config.js @@ -17,6 +17,7 @@ require.config({ underscore: '../components/underscore/underscore', backbone: '../components/backbone/backbone', marionette: '../components/backbone.marionette/lib/backbone.marionette', + // version must be tested carefully, many are broken for amd handlebars: '../components/handlebars.js/dist/handlebars', jed: '../components/jed/jed', moment: '../components/momentjs/moment', |