mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 13:15:47 +01:00
Cleanup some references to "Firefox" in common/*.
This commit is contained in:
@@ -600,7 +600,7 @@ CompletionContext.prototype = {
|
||||
|
||||
highlight: function highlight(start, length, type)
|
||||
{
|
||||
try // Firefox <3.1 doesn't have repaintSelection
|
||||
try // Gecko < 1.9.1 doesn't have repaintSelection
|
||||
{
|
||||
this.selectionTypes[type] = null;
|
||||
const selType = Ci.nsISelectionController["SELECTION_" + type];
|
||||
|
||||
Reference in New Issue
Block a user