diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-08-11 11:35:21 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-08-11 11:35:21 +0200 |
commit | a5aa03a1a6c0f659c0528253d28c63f759d1ed50 (patch) | |
tree | bb425f9d4ac73fe7e1e4f37e5103259ffdee3f2f /core/js/core.json | |
parent | 86e1eaf370ff5c290805bac130f3c3bbd1d1c774 (diff) | |
download | nextcloud-server-a5aa03a1a6c0f659c0528253d28c63f759d1ed50.tar.gz nextcloud-server-a5aa03a1a6c0f659c0528253d28c63f759d1ed50.zip |
Load backbone when running unit tests
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index 1053debaa99..a67491c4a35 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -7,7 +7,8 @@ "moment/min/moment-with-locales.js", "handlebars/handlebars.js", "blueimp-md5/js/md5.js", - "bootstrap/js/tooltip.js" + "bootstrap/js/tooltip.js", + "backbone/backbone.js" ], "libraries": [ "jquery-showpassword.js", @@ -19,6 +20,7 @@ "jquery.ocdialog.js", "oc-dialogs.js", "js.js", + "oc-backbone.js", "l10n.js", "apps.js", "share.js", |