summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-08-28 18:05:56 +0200
committerVincent Petry <pvince81@owncloud.com>2014-08-29 10:04:03 +0200
commit8fdcbce200dab9b4ff1633efab33d58fb765c6a2 (patch)
tree59f77f4491aefe61d97325436692f4dc71d98c31 /core
parent54eb2f42df3c0e4684f0cbd29e507b99a5cfeb8f (diff)
downloadnextcloud-server-8fdcbce200dab9b4ff1633efab33d58fb765c6a2.tar.gz
nextcloud-server-8fdcbce200dab9b4ff1633efab33d58fb765c6a2.zip
Include momentjs for unit tests
Diffstat (limited to 'core')
-rw-r--r--core/js/core.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json
index 4815116c338..caff2b05252 100644
--- a/core/js/core.json
+++ b/core/js/core.json
@@ -18,6 +18,7 @@
"eventsource.js",
"config.js",
"multiselect.js",
- "oc-requesttoken.js"
+ "oc-requesttoken.js",
+ "moment.js"
]
}