diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-05 22:05:24 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-05 23:23:03 +0100 |
commit | 957dee5af187da7245b10cd8b0fc669efe05cfd6 (patch) | |
tree | ea3022106fed53e9f58250c20637e29b8c1f8a72 /core/js/core.json | |
parent | bf0ad7f219aab86b3c583036125cc89d5012abf9 (diff) | |
download | nextcloud-server-957dee5af187da7245b10cd8b0fc669efe05cfd6.tar.gz nextcloud-server-957dee5af187da7245b10cd8b0fc669efe05cfd6.zip |
bower underscore
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/core.json b/core/js/core.json index 137e0217a6f..ea79724dcc6 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -2,13 +2,13 @@ "vendor": [ "jquery/jquery.min.js", "jquery/jquery-migrate.min.js", + "underscore/underscore.js", "moment/min/moment-with-locales.js" ], "libraries": [ "jquery-ui-1.10.0.custom.js", "jquery-showpassword.js", - "jquery-tipsy.js", - "underscore.js" + "jquery-tipsy.js" ], "modules": [ "compatibility.js", |