mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add missing Buffer.findMarker implementation
This commit is contained in:
@@ -431,6 +431,7 @@ class Buffer
|
||||
#
|
||||
# Returns a {String} marker-identifier
|
||||
findMarker: (attributes) ->
|
||||
@findMarkers(attributes)[0]
|
||||
|
||||
# Public: Finds all markers satisfying the given attributes
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user