diff options
Diffstat (limited to 'localkeymode.js')
-rw-r--r-- | localkeymode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localkeymode.js b/localkeymode.js index e27468c..4bec49e 100644 --- a/localkeymode.js +++ b/localkeymode.js @@ -312,7 +312,7 @@ liberator.plugins.LocalKeyMode = (function() { } } }, { - completer: function(context, arg, special) { + completer: function(context, arg) { let filter = context.filter; var names = self.completeNames; context.title = ['Name','Description']; |