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

Second parameter is optional
remotes/origin/log-external-deletes
Thomas Müller 12 years ago
commit 0e4923b0f9
  1. 2
      core/js/js.js

@ -117,7 +117,7 @@ var OC={
/** /**
* Generates the absolute url for the given relative url, which can contain parameters. * Generates the absolute url for the given relative url, which can contain parameters.
* @param {string} url * @param {string} url
* @param params * @param [params] params
* @return {string} Absolute URL for the given relative URL * @return {string} Absolute URL for the given relative URL
*/ */
generateUrl: function(url, params) { generateUrl: function(url, params) {

Loading…
Cancel
Save