1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 15:54:12 +01:00

Enable v_y in caret mode. Closes issue #685.

This commit is contained in:
Kris Maglione
2011-10-09 05:34:18 -04:00
parent 0307817e4d
commit cd9605af3b
3 changed files with 18 additions and 10 deletions

View File

@@ -557,6 +557,11 @@ var Buffer = Module("Buffer", {
0);
},
/**
* @property {nsISelection} The current document's normal selection.
*/
get selection() this.win.getSelection(),
/**
* @property {nsISelectionController} The current document's selection
* controller.