1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 03:14:12 +01:00

Merge branch 'master' into xulmus

This commit is contained in:
Doug Kearns
2009-03-16 16:31:54 +11:00
29 changed files with 291 additions and 147 deletions

View File

@@ -626,6 +626,7 @@ function Tabs() //{{{
completer: function (context)
{
context.anchored = false;
context.compare = CompletionContext.Sort.unsorted;
context.keys = { text: function (item) item.state.entries[0].url, description: "title" };
context.completions = tabs.closedTabs;
},