📝 doc Editor::getMarkerCount

This commit is contained in:
Kevin Sawicki
2014-02-04 11:45:34 -08:00
parent 6e4c4f43b3
commit 9d045d1d43

View File

@@ -785,7 +785,9 @@ class Editor extends Model
destroyMarker: (args...) ->
@displayBuffer.destroyMarker(args...)
# Public: {Delegates to: DisplayBuffer.getMarkerCount}
# Public: Get the number of markers in this editor's buffer.
#
# Returns a {Number}.
getMarkerCount: ->
@buffer.getMarkerCount()