1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:27:59 +01:00

Delete some stale comments.

--HG--
extra : rebase_source : 509c4daaf6e61de833f454cc81d8a7e13752eb94
This commit is contained in:
Doug Kearns
2011-06-19 19:17:04 +10:00
parent eefc32dfe4
commit 29874da067
3 changed files with 2 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ var HintSession = Class("HintSession", CommandMode, {
}
else if (this.validHints.length == 1 && !this.continue)
this.process(false);
else // Ticket #185
else
this.checkUnique();
},