mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-11 13:45:47 +01:00
Grr.
--HG-- extra : rebase_source : 1a59c78e7745a65a878c7b031f17d75c532b70ea
This commit is contained in:
@@ -280,7 +280,7 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
|
||||
}
|
||||
},
|
||||
|
||||
findChar: function findNumber(key, count, backward, offset) {
|
||||
findChar: function findChar(key, count, backward, offset) {
|
||||
count = count || 1; // XXX ?
|
||||
offset = (offset || 0) - !!backward;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user