This commit is contained in:
Ben Ogle
2014-09-15 18:59:32 -07:00
parent 499888a386
commit b661cdd229

View File

@@ -2576,7 +2576,6 @@ class Editor extends Model
getRowsPerPage: ->
Math.max(1, Math.ceil(@getHeight() / @getLineHeightInPixels()))
###
Section: Config
###
@@ -2593,7 +2592,6 @@ class Editor extends Model
else
@displayBuffer.setInvisibles(null)
###
Section: Event Handlers
###