1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 12:42:26 +01:00

Fix completion.history

This commit is contained in:
Kris Maglione
2008-11-27 13:27:30 +00:00
parent 8fc504ea28
commit 91e5af254b

View File

@@ -1273,7 +1273,7 @@ function Completion() //{{{
} }
}, },
history: function history(context) history: function _history(context)
{ {
context.format = history.format; context.format = history.format;
context.title = ["History"] context.title = ["History"]