mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 06:15:45 +01:00
Cleanup.
This commit is contained in:
@@ -1476,7 +1476,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
return func.apply(self || this, Array.slice(arguments, 2));
|
||||
}
|
||||
catch (e) {
|
||||
util.reportError(e);
|
||||
this.reportError(e);
|
||||
return undefined;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user