mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 19:17:59 +01:00
Remove some redundant uses of "new".
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm", modules);
|
||||
|
||||
const Point = new Struct("x", "y");
|
||||
const Point = Struct("x", "y");
|
||||
|
||||
/**
|
||||
* A class to manage the primary web content buffer. The name comes
|
||||
|
||||
Reference in New Issue
Block a user