mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 21:35:48 +01:00
Remove leftover dump statement.
This commit is contained in:
@@ -601,7 +601,7 @@ var CompletionContext = Class("CompletionContext", {
|
||||
}
|
||||
this.offset += count;
|
||||
if (this._filter)
|
||||
this._filter = this._filter.substr(advance);
|
||||
this._filter = this._filter.substr(arguments[0] || 0);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user