mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:22:27 +01:00
Fix namespace clash
This commit is contained in:
@@ -784,7 +784,7 @@ function CommandLine() //{{{
|
||||
else if (historyIndex >= inputHistory.length + 1)
|
||||
{
|
||||
historyIndex = inputHistory.length;
|
||||
beep();
|
||||
liberator.beep();
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user