Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dom/selection/selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ getCharElement = function( elems , range, len ) {
* returns an object with:
*
* - __start__ - The number of characters from the start of the element to the start of the selection.
* - __end__ - The number of characters from teh start of the element to the end of the selection.
* - __end__ - The number of characters from the start of the element to the end of the selection.
* - __range__ - A [jQuery.Range $.Range] that represents the current selection.
*
* This lets you get the selected text in a textarea like:
Expand Down