Fix call to renamed method

This commit is contained in:
Nathan Sobo
2012-06-05 12:47:53 -06:00
parent 911a417cb8
commit 700c6d757a

View File

@@ -382,7 +382,7 @@ describe "Autocomplete", ->
beforeEach ->
editor.attachToDom()
setEditorHeightInLines(editor, 13)
editor.renderVisibleLines() # Ensures the editor only has 13 lines visible
editor.renderLines() # Ensures the editor only has 13 lines visible
editor.setCursorBufferPosition [1, 1]