summaryrefslogtreecommitdiffstats
path: root/core/js/core.json
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-04 12:21:13 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-04 12:21:13 -0800
commitced80c6f2743d886143b499013e900f83c6c2b84 (patch)
tree07a77fc7436a58861058db4236d1b78a18fe5fce /core/js/core.json
parent6d3b61f3884d6cf7b2eb68cdd60c713620afabbd (diff)
parent63cca35baa14727cdf71f2b109523c28d16f1c58 (diff)
downloadnextcloud-server-ced80c6f2743d886143b499013e900f83c6c2b84.tar.gz
nextcloud-server-ced80c6f2743d886143b499013e900f83c6c2b84.zip
Merge pull request #6969 from owncloud/tests-morecoverage
Fixed unit test scripts + coverage
Diffstat (limited to 'core/js/core.json')
-rw-r--r--core/js/core.json43
1 files changed, 19 insertions, 24 deletions
diff --git a/core/js/core.json b/core/js/core.json
index 79cfc42f587..4beab7cf796 100644
--- a/core/js/core.json
+++ b/core/js/core.json
@@ -1,28 +1,23 @@
{
+ "libraries": [
+ "jquery-1.10.0.min.js",
+ "jquery-migrate-1.2.1.min.js",
+ "jquery-ui-1.10.0.custom.js",
+ "jquery-showpassword.js",
+ "jquery.infieldlabel.js",
+ "jquery.placeholder.js",
+ "jquery-tipsy.js"
+ ],
"modules": [
- "jquery-1.10.0.min.js",
- "jquery-migrate-1.2.1.min.js",
- "jquery-ui-1.10.0.custom.js",
- "jquery-showpassword.js",
- "jquery.infieldlabel.js",
- "jquery.placeholder.js",
- "jquery-tipsy.js",
- "compatibility.js",
- "jquery.ocdialog.js",
- "oc-dialogs.js",
- "js.js",
- "octemplate.js",
- "eventsource.js",
- "config.js",
- "multiselect.js",
- "search.js",
- "router.js",
- "oc-requesttoken.js",
- "styles.js",
- "apps.js",
- "fixes.js",
- "jquery-ui-2.10.0.custom.js",
- "jquery-tipsy.js",
- "jquery.ocdialog.js"
+ "compatibility.js",
+ "jquery.ocdialog.js",
+ "oc-dialogs.js",
+ "js.js",
+ "octemplate.js",
+ "eventsource.js",
+ "config.js",
+ "multiselect.js",
+ "router.js",
+ "oc-requesttoken.js"
]
}