From 3610abbca80d2dde58e388ec9352f10c2e5d441a Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 17 Mar 2012 21:01:07 +0900 Subject: Reloadable --- applauncher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applauncher.js') 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; -- cgit v1.2.3