summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 234cc328dfb..808c2c28adf 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -117,7 +117,7 @@ var OC={
/**
* Generates the absolute url for the given relative url, which can contain parameters.
* @param {string} url
- * @param params
+ * @param [params] params
* @return {string} Absolute URL for the given relative URL
*/
generateUrl: function(url, params) {