Skip to content

Commit

Permalink
Merge pull request atom#9283 from Tyriar/cursor_getScreenPosition_com…
Browse files Browse the repository at this point in the history
…ment_fix

Fix Cursor.getScreenPosition comment return type
  • Loading branch information
izuzak committed Oct 26, 2015
2 parents 9b46f7c + 5e1c263 commit b473d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cursor.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit b473d12

Please sign in to comment.