mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 09:23:33 +01:00
Fix typo noted by stepnem.
This commit is contained in:
@@ -405,7 +405,7 @@ var Editor = Module("editor", {
|
|||||||
|
|
||||||
if (forward) {
|
if (forward) {
|
||||||
advance(true);
|
advance(true);
|
||||||
if (!sameWord);
|
if (!sameWord)
|
||||||
advance(false);
|
advance(false);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user