mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 06:22:27 +01:00
Remove some redundant uses of "new".
This commit is contained in:
@@ -121,7 +121,7 @@ const CommandLine = Module("commandline", {
|
||||
////////////////////// VARIABLES ///////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
this._completionList = new ItemList("liberator-completions");
|
||||
this._completionList = ItemList("liberator-completions");
|
||||
this._completions = null;
|
||||
this._history = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user