DOM:Selection:collapseToEnd
From MDC
« Gecko DOM Reference
[edit] Summary
Moves the anchor of the selection to the same point as the focus. The focus does not move. If the content is focused and editable, the caret will blink there.
[edit] Syntax
sel.collapseToEnd()
[edit] Parameters
None.