浏览代码

Better to make it protected for now.

Piotrek Koszuliński 7 年之前
父节点
当前提交
4c2be38075
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.
  */