mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Merge pull request #9283 from Tyriar/cursor_getScreenPosition_comment_fix
Fix Cursor.getScreenPosition comment return type
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user