Skip to content

Commit

Permalink
Small improvements to API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Jan 12, 2022
1 parent ca89dcb commit 4cd90b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/ckeditor_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@ if ( !window.CKEDITOR ) {
*
* Leaves the URL unchanged if it is a directory URL or it already contains querystring parameter.
*
* @param {String} resource The resource whose URL we want to affect with the timestamp.
* @returns The resource URL with cache key appended whenever possible.
* @since 4.17.2
* @param {String} resource The resource URL to which the timestamp should be appended.
* @returns {String} The resource URL with cache key appended whenever possible.
*/
appendTimestamp: function( resource ) {
if ( !this.timestamp ||
Expand Down

0 comments on commit 4cd90b8

Please sign in to comment.