summaryrefslogtreecommitdiffstats
path: root/core/js/shareconfigmodel.js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-19 21:03:25 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-19 21:03:25 +0200
commit555ea93b1cfc19ead7e382297e4c8d5698652bc8 (patch)
tree8571016eb10f0074c9d0239634d075773596b4d3 /core/js/shareconfigmodel.js
parent8007ea60fbfa5de663753813a03041ca4c53384f (diff)
downloadnextcloud-server-555ea93b1cfc19ead7e382297e4c8d5698652bc8.tar.gz
nextcloud-server-555ea93b1cfc19ead7e382297e4c8d5698652bc8.zip
Fix some jshint issues in core/js/share*
Diffstat (limited to 'core/js/shareconfigmodel.js')
-rw-r--r--core/js/shareconfigmodel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/shareconfigmodel.js b/core/js/shareconfigmodel.js
index b1bbde7a695..b04c2acae16 100644
--- a/core/js/shareconfigmodel.js
+++ b/core/js/shareconfigmodel.js
@@ -8,7 +8,7 @@
*
*/
-/* global moment */
+/* global moment, oc_appconfig, oc_config */
(function() {
if (!OC.Share) {