Add missing Buffer.findMarker implementation

This commit is contained in:
Nathan Sobo 2013-04-24 18:09:35 -06:00
parent 64aaf670ed
commit ac90b13032

View File

@ -431,6 +431,7 @@ class Buffer
#
# Returns a {String} marker-identifier
findMarker: (attributes) ->
@findMarkers(attributes)[0]
# Public: Finds all markers satisfying the given attributes
#