1
0
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:
Doug Kearns
2009-06-27 22:25:00 +10:00
parent a6fde383c0
commit 776f9bb425
9 changed files with 23 additions and 22 deletions

View File

@@ -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)
{