Merge pull request #1911 from nraynaud/patch-1
fix documentation for getCursor
This commit is contained in:
commit
3b76a2ebef
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ var Selection = function(session) {
|
|||
};
|
||||
|
||||
/**
|
||||
* Gets the current position of the cursor.
|
||||
* @returns {Number}
|
||||
* Returns an object containing the `row` and `column` current position of the cursor.
|
||||
* @returns {Object}
|
||||
**/
|
||||
this.getCursor = function() {
|
||||
return this.lead.getPosition();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue