mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:27:59 +01:00
Fix stupid typo in last commit. :(
This commit is contained in:
2
common/bootstrap.js
vendored
2
common/bootstrap.js
vendored
@@ -199,7 +199,7 @@ function shutdown(data, reason) {
|
||||
dump("dactyl: bootstrap: shutdown " + reasonToString(reason) + "\n");
|
||||
if (reason != APP_SHUTDOWN) {
|
||||
try {
|
||||
module("resource://dactyl-content/disable-acr.jsm").init(addon.id);
|
||||
module("resource://dactyl-content/disable-acr.jsm").cleanup();
|
||||
}
|
||||
catch (e) {
|
||||
reportError(e);
|
||||
|
||||
Reference in New Issue
Block a user