mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:08:00 +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");
|
dump("dactyl: bootstrap: shutdown " + reasonToString(reason) + "\n");
|
||||||
if (reason != APP_SHUTDOWN) {
|
if (reason != APP_SHUTDOWN) {
|
||||||
try {
|
try {
|
||||||
module("resource://dactyl-content/disable-acr.jsm").init(addon.id);
|
module("resource://dactyl-content/disable-acr.jsm").cleanup();
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
reportError(e);
|
reportError(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user