8
0
Просмотр исходного кода

Docs: Removed duplicated content in Marker docs.

Krzysztof Krztoń 6 лет назад
Родитель
Сommit
4169763f58
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      packages/ckeditor5-engine/src/model/markercollection.js

+ 0 - 4
packages/ckeditor5-engine/src/model/markercollection.js

@@ -305,10 +305,6 @@ mix( MarkerCollection, EmitterMixin );
  * Then, it can be upcasted back to a marker. Again, use {@link module:engine/conversion/upcasthelpers upcast converters} or
  * attach a custom converter to {@link module:engine/conversion/upcastdispatcher~UpcastDispatcher#event:element}.
  *
- * Another upside of markers is that finding marked part of document is fast and easy. Using attributes to mark some nodes
- * and then trying to find that part of document would require traversing whole document tree. Marker gives instant access
- * to the range which it is marking at the moment.
- *
  * `Marker` instances are created and destroyed only by {@link ~MarkerCollection MarkerCollection}.
  */
 class Marker {