diff --git a/src/cursor.coffee b/src/cursor.coffee index c9ebca8c7..40cde4aca 100644 --- a/src/cursor.coffee +++ b/src/cursor.coffee @@ -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()