Merge pull request #9283 from Tyriar/cursor_getScreenPosition_comment_fix

Fix Cursor.getScreenPosition comment return type
This commit is contained in:
Ivan Žužak
2015-10-26 08:27:54 +01:00

View File

@@ -75,7 +75,7 @@ class Cursor extends Model
@changePosition options, =>
@marker.setHeadScreenPosition(screenPosition, options)
# Public: Returns the screen position of the cursor as an Array.
# Public: Returns the screen position of the cursor as a {Point}.
getScreenPosition: ->
@marker.getHeadScreenPosition()