|
|
@@ -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 {
|