Fix specs that broke when accounting for horizontal scrollbar height

This commit is contained in:
Nathan Sobo
2014-04-23 18:40:29 -06:00
parent e6df30e94c
commit 7b4bc16531
4 changed files with 11 additions and 1 deletions

View File

@@ -1895,6 +1895,8 @@ class Editor extends Model
verticallyScrollable: -> @displayBuffer.verticallyScrollable()
setHorizontalScrollbarHeight: (height) -> @displayBuffer.setHorizontalScrollbarHeight(height)
# Deprecated: Call {::joinLines} instead.
joinLine: ->
deprecate("Use Editor::joinLines() instead")