Rename Buffer.createMarker to markRange

This commit is contained in:
Nathan Sobo
2013-01-30 17:41:04 -07:00
parent dfe0cad217
commit e02f9cd830
2 changed files with 5 additions and 5 deletions

View File

@@ -271,7 +271,7 @@ class Buffer
getMarkers: ->
_.values(@validMarkers)
createMarker: (range, options) ->
markRange: (range, options) ->
marker = new BufferMarker(_.extend({
id: @nextMarkerId++
buffer: this