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