summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-02-11 14:01:22 +0100
committerLukas Reschke <lukas@owncloud.com>2015-02-11 14:01:22 +0100
commit0119d429fc811fca38f887c4651c6c3b786d703e (patch)
tree6dc9ca1e42e5d36233458e1dcb79fce434fae37b /core/js/js.js
parent9baf7a0a3f76e876308cd52fc0c0c30d2b8c9478 (diff)
downloadnextcloud-server-0119d429fc811fca38f887c4651c6c3b786d703e.tar.gz
nextcloud-server-0119d429fc811fca38f887c4651c6c3b786d703e.zip
Second parameter is optional
Makes my IDE happier.
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 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) {