1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 18:44:12 +01:00

Fix typo in last commit. :(

This commit is contained in:
Kris Maglione
2011-02-11 05:40:49 -05:00
parent 7cdfa0ea19
commit f387275ea0

View File

@@ -1064,7 +1064,7 @@ var CommandLine = Module("commandline", {
this.context.reset();
this.context.tabPressed = tabPressed;
this.session.complete(this.context);
if (this.session.active)
if (!this.session.active)
return;
this.context.updateAsync = true;
this.reset(show, tabPressed);