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 ae28700..c03cfe5 100644 --- a/applauncher.js +++ b/applauncher.js @@ -58,7 +58,7 @@ liberator.plugins.AppLauncher = (function(){ arg = (typeof arg.string == 'undefined' ? arg : arg.string); self.launch(arg); }, { - completer: function( context, arg, special){ + completer: function(context, arg){ var filter = context.filter; context.title = [ 'Name', 'Description']; if (!filter){ |