summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/js.js')
-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 78342ce97bd..7ff010eca0a 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) {