aboutsummaryrefslogtreecommitdiffstats
path: root/uaSwitchLite.js
diff options
context:
space:
mode:
Diffstat (limited to 'uaSwitchLite.js')
-rw-r--r--uaSwitchLite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/uaSwitchLite.js b/uaSwitchLite.js
index 2bfcf93..2b6d796 100644
--- a/uaSwitchLite.js
+++ b/uaSwitchLite.js
@@ -128,7 +128,7 @@ UASwitcherLite.prototype = {
function(arg)
self.switcher[ (arg.string || arg+'').replace(/\\+/g,'') ](),
{
- completer: function(context, args, special){
+ completer: function(context, args){
var filter = context.filter;
context.title = ['Description', 'User Agent'];
if (!filter) {