1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 06:15:45 +01:00
This commit is contained in:
Kris Maglione
2011-09-29 17:57:55 -04:00
parent 06e89e84d2
commit acd13342a4
4 changed files with 37 additions and 13 deletions

View File

@@ -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;
}
},