Browse Source

Better to make it protected for now.

Piotrek Koszuliński 7 years ago
parent
commit
4c2be38075
1 changed files with 1 additions and 0 deletions
  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.
  */