Merge pull request #14105 from owncloud/second-parameter-is-optional

Second parameter is optional
This commit is contained in:
Thomas Müller 2015-02-11 15:07:20 +01:00
commit 0e4923b0f9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {