diff options
Diffstat (limited to 'applauncher.js')
-rw-r--r-- | applauncher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applauncher.js b/applauncher.js index 1c28882..b280e5f 100644 --- a/applauncher.js +++ b/applauncher.js @@ -68,7 +68,7 @@ liberator.plugins.AppLauncher = (function(){ filter = filter.toLowerCase(); context.completions = completer.filter( function(el) el[0].toLowerCase().indexOf(filter) == 0); } - }); + }, true); }, buildMenu: function(){ var self = this; |