mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
Fix docs references
This commit is contained in:
@@ -170,7 +170,7 @@ class BufferMarker
|
||||
# Returns a {Boolean} indicating whether the marker has been destroyed. A marker
|
||||
# can be invalid without being destroyed, in which case undoing the invalidating
|
||||
# operation would restore the marker. Once a marker is destroyed by calling
|
||||
# {Marker.destroy}, no undo/redo operation can ever bring it back.
|
||||
# {BufferMarker.destroy}, no undo/redo operation can ever bring it back.
|
||||
isDestroyed: ->
|
||||
not (@buffer.validMarkers[@id]? or @buffer.invalidMarkers[@id]?)
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ class DisplayBufferMarker
|
||||
# Returns a {Boolean} indicating whether the marker has been destroyed. A marker
|
||||
# can be invalid without being destroyed, in which case undoing the invalidating
|
||||
# operation would restore the marker. Once a marker is destroyed by calling
|
||||
# {Marker.destroy}, no undo/redo operation can ever bring it back.
|
||||
# {BufferMarker.destroy}, no undo/redo operation can ever bring it back.
|
||||
isDestroyed: ->
|
||||
@bufferMarker.isDestroyed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user