From 5e1c2632e689be6b15d113c4880c4b19525a0c10 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sun, 25 Oct 2015 18:28:56 -0700 Subject: [PATCH] :memo: Fix Cursor.getScreenPosition comment return type --- src/cursor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()