mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 14:52:27 +01:00
Remove some redundant uses of "new".
This commit is contained in:
@@ -1022,7 +1022,7 @@ const Hints = Module("hints", {
|
||||
return -1;
|
||||
}
|
||||
})(),
|
||||
Mode: new Struct("prompt", "action", "tags")
|
||||
Mode: Struct("prompt", "action", "tags")
|
||||
}, {
|
||||
mappings: function () {
|
||||
var myModes = config.browserModes;
|
||||
|
||||
Reference in New Issue
Block a user