feature #2558 more precise documentation
This commit is contained in:
parent
e8d85c1173
commit
fbcbc3c8a2
1 changed files with 2 additions and 1 deletions
|
@ -167,6 +167,7 @@ AttributeManager.prototype = _(AttributeManager.prototype).extend({
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Gets all attributes at caret position
|
Gets all attributes at caret position
|
||||||
|
if the user selected a range, the start of the selection is taken
|
||||||
*/
|
*/
|
||||||
getAttributesOnCaret: function(){
|
getAttributesOnCaret: function(){
|
||||||
return this.getAttributesOnPosition(this.rep.selStart[0], this.rep.selStart[1]);
|
return this.getAttributesOnPosition(this.rep.selStart[0], this.rep.selStart[1]);
|
||||||
|
|
Loading…
Reference in a new issue