mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 14:04:11 +01:00
Cleanup some references to "Firefox" in common/*.
This commit is contained in:
@@ -784,7 +784,7 @@ function Editor() //{{{
|
||||
|
||||
// This function will move/select up to given "pos"
|
||||
// Simple setSelectionRange() would be better, but we want to maintain the correct
|
||||
// order of selectionStart/End (a Firefox bug always makes selectionStart <= selectionEnd)
|
||||
// order of selectionStart/End (a Gecko bug always makes selectionStart <= selectionEnd)
|
||||
// Use only for small movements!
|
||||
moveToPosition: function (pos, forward, select)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user