mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:02:28 +01:00
Fix namespace clash
This commit is contained in:
@@ -954,7 +954,7 @@ function Completion() //{{{
|
||||
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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user