summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 807a94ed0..85b290562 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -93,10 +93,10 @@ module.exports = function (grunt) {
options: {
wrapper: [
'(function(window, document, angular, $, OC, ' +
- 'csrfToken, undefined){\n\n\'use strict\';\n\n',
+ 'csrfToken, url, undefined){\n\n\'use strict\';\n\n',
'\n})(window, document, angular, jQuery, OC, ' +
- 'oc_requesttoken);'
+ 'oc_requesttoken, url);'
]
}
}