mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 22:57:59 +01:00
Deal with fallout from 609832.
This commit is contained in:
@@ -9,8 +9,6 @@ function reportError(e) {
|
||||
Cu.reportError(e);
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
var global = this;
|
||||
var NAME = "command-line-handler";
|
||||
var Cc = Components.classes;
|
||||
@@ -61,6 +59,4 @@ else
|
||||
var NSGetModule = XPCOMUtils.generateNSGetModule([CommandLineHandler]);
|
||||
var EXPORTED_SYMBOLS = ["NSGetFactory", "global"];
|
||||
|
||||
} catch (e) { reportError(e) }
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user