Ver código fonte

Better to make it protected for now.

Piotrek Koszuliński 7 anos atrás
pai
commit
4c2be38075
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/ckeditor5-link/src/utils.js

+ 1 - 0
packages/ckeditor5-link/src/utils.js

@@ -43,6 +43,7 @@ export function createLinkElement( href, writer ) {
  *
  * If URL is considered unsafe, a simple `"#"` is returned.
  *
+ * @protected
  * @param {*} url
  * @returns {String} Safe URL.
  */