diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-23 12:43:05 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-23 12:43:05 -0800 |
commit | 9fa788c452403646cc5c2a7c0fe875879e7082fa (patch) | |
tree | 1288c4e16305f9132c5acfc3049650a65dc9fa9f /core/js/core.json | |
parent | 5956277ed4db26f46f14eed4a6805038001dde30 (diff) | |
parent | f29bd1cb0b839f81bed0b87ae7900da2b1d0e474 (diff) | |
download | nextcloud-server-9fa788c452403646cc5c2a7c0fe875879e7082fa.tar.gz nextcloud-server-9fa788c452403646cc5c2a7c0fe875879e7082fa.zip |
Merge pull request #6736 from owncloud/tests-jsunittests
Added Javascript unit tests
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/core/js/core.json b/core/js/core.json new file mode 100644 index 00000000000..79cfc42f587 --- /dev/null +++ b/core/js/core.json @@ -0,0 +1,28 @@ +{ + "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" + ] +} |