Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Removed duplicated content in Marker docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 31, 2019
1 parent fd2005d commit c0a072f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/model/markercollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c0a072f

Please sign in to comment.