Skip to content

Commit

Permalink
added comments to ace exposed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
gedion committed Oct 2, 2012
1 parent 61022be commit 6009903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/editorInfo.md
Expand Up @@ -47,7 +47,7 @@ Returns the `rep` object.
## editorInfo.ace_performDocumentApplyAttributesToRange()

## editorInfo.ace_getAuthorInfos()
Returns an info object about the author. Object key = author_id and info includes athour's bg color value.
Returns an info object about the author. Object key = author_id and info includes author's bg color value.
Use to define your own authorship.
## editorInfo.ace_performDocumentReplaceRange(start, end, newText)
This function replaces a range (from [x1,y1] to [x2,y2]) with `newText`.
Expand Down

0 comments on commit 6009903

Please sign in to comment.