fix autocomplete and specs

This commit is contained in:
Justin Palmer
2013-02-04 12:16:37 -08:00
parent 6757e98ff5
commit 5b9957e85f
2 changed files with 7 additions and 8 deletions

View File

@@ -106,7 +106,6 @@ class AutocompleteView extends SelectList
setPosition: ->
{ left, top } = @editor.pixelPositionForScreenPosition(@originalCursorPosition)
height = @outerHeight()
potentialTop = top + @editor.lineHeight
potentialBottom = potentialTop - @editor.scrollTop() + height