This commit is contained in:
Nathan Sobo
2012-02-20 22:15:37 -07:00
parent 8c810bbbcf
commit ba506fcd45

View File

@@ -106,7 +106,7 @@ class LineWrapper
new Range(start,end)
screenPositionForBufferPosition: (bufferPosition, eagerWrap=true) ->
return @lineMap.screenPositionForBufferPosition(bufferPosition, eagerWrap)
@lineMap.screenPositionForBufferPosition(bufferPosition, eagerWrap)
bufferPositionFromScreenPosition: (screenPosition) ->
screenPosition = Point.fromObject(screenPosition)