Skip to content

Commit

Permalink
Improve JavaDoc
Browse files Browse the repository at this point in the history
Fixes: SE-14122
  • Loading branch information
jmuscireum committed Nov 18, 2024
1 parent 26c7de7 commit aeae2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/default/assets/common/core.js.pasta
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ sirius.getJSON = function (url, params) {
* @param url the URL to invoke
* @param params the parameters to send POST data (parameters with 'undefined' values are not sent to the server)
* @param [useSearchParams] if true, the parameters are sent as URLSearchParams instead of FormData. If the parameters
* are specified as URLSearchParams they are always sent as such.
* are specified as URLSearchParams or query string, this is ignored
* @returns {Promise<any>} the received JSON data
*/
sirius.postJson = function (url, params, useSearchParams) {
Expand Down

0 comments on commit aeae2b5

Please sign in to comment.