mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 12:35:45 +01:00
Miscellaneous formatting fixes.
--HG-- extra : rebase_source : ac84b34db15b95fd5a6ad597a1420ffc4cb35414
This commit is contained in:
@@ -632,10 +632,11 @@ const RangeFind = Class("RangeFind", {
|
||||
get selection() {
|
||||
try {
|
||||
return this.selectionController.getSelection(Ci.nsISelectionController.SELECTION_NORMAL)
|
||||
} catch (e) {
|
||||
}
|
||||
catch (e) {
|
||||
return null;
|
||||
}}
|
||||
|
||||
}
|
||||
}
|
||||
}),
|
||||
contains: function (range, r)
|
||||
range.compareBoundaryPoints(range.START_TO_END, r) >= 0 &&
|
||||
|
||||
Reference in New Issue
Block a user