mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 06:44:12 +01:00
Remove some redundant uses of "new".
This commit is contained in:
@@ -110,7 +110,7 @@ const Liberator = Module("liberator", {
|
||||
return value;
|
||||
}
|
||||
|
||||
//const Extension = new Struct("id", "name", "description", "icon", "enabled", "version");
|
||||
//const Extension = Struct("id", "name", "description", "icon", "enabled", "version");
|
||||
return extensions.map(function (e) ({
|
||||
id: e.id,
|
||||
name: e.name,
|
||||
|
||||
Reference in New Issue
Block a user