mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
Rename Buffer.createMarker to markRange
This commit is contained in:
@@ -271,7 +271,7 @@ class Buffer
|
||||
getMarkers: ->
|
||||
_.values(@validMarkers)
|
||||
|
||||
createMarker: (range, options) ->
|
||||
markRange: (range, options) ->
|
||||
marker = new BufferMarker(_.extend({
|
||||
id: @nextMarkerId++
|
||||
buffer: this
|
||||
|
||||
Reference in New Issue
Block a user