Load backbone when running unit tests

This commit is contained in:
Vincent Petry 2015-08-11 11:35:21 +02:00
parent 86e1eaf370
commit a5aa03a1a6
1 changed files with 3 additions and 1 deletions

View File

@ -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",