💄 correct typo in method name

This commit is contained in:
Kevin Sawicki
2013-09-04 14:01:46 -07:00
parent aba6958e55
commit ca3fff8a94
2 changed files with 2 additions and 2 deletions

View File

@@ -1502,7 +1502,7 @@ class Editor extends View
range.detach()
leftPixels
pixelOffsUtilsetForScreenPosition: (position) ->
pixelOffsetForScreenPosition: (position) ->
{top, left} = @pixelPositionForScreenPosition(position)
offset = @renderedLines.offset()
{top: top + offset.top, left: left + offset.left}