mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:02:27 +01:00
Fix namespace clash
This commit is contained in:
@@ -954,7 +954,7 @@ function Completion() //{{{
|
|||||||
return [0, this.filter(res, filter)];
|
return [0, this.filter(res, filter)];
|
||||||
},
|
},
|
||||||
|
|
||||||
history: function history(filter) [0, history.get(filter)],
|
history: function _history(filter) [0, history.get(filter)],
|
||||||
|
|
||||||
get javascriptCompleter() javascript,
|
get javascriptCompleter() javascript,
|
||||||
|
|
||||||
|
|||||||
@@ -784,7 +784,7 @@ function CommandLine() //{{{
|
|||||||
else if (historyIndex >= inputHistory.length + 1)
|
else if (historyIndex >= inputHistory.length + 1)
|
||||||
{
|
{
|
||||||
historyIndex = inputHistory.length;
|
historyIndex = inputHistory.length;
|
||||||
beep();
|
liberator.beep();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user