diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-05-13 11:15:06 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-05-13 11:15:06 +0200 |
commit | 627eba53489b3ad4d04ab5bb156d7610ffe9dfc8 (patch) | |
tree | 8c63ec881c1158f47bcf4a0965d235d00e48976f /core/js/core.json | |
parent | a60db322c22c66d3078bf8036a5423b8f0f5731c (diff) | |
download | nextcloud-server-627eba53489b3ad4d04ab5bb156d7610ffe9dfc8.tar.gz nextcloud-server-627eba53489b3ad4d04ab5bb156d7610ffe9dfc8.zip |
Added ground work for OC.Share unit tests
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/core.json b/core/js/core.json index 05c2a17a679..f1e0ba883d0 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -14,6 +14,7 @@ "jquery.ocdialog.js", "oc-dialogs.js", "js.js", + "share.js", "octemplate.js", "eventsource.js", "config.js", |