1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 21:24:10 +01:00

More testing stuff.

This commit is contained in:
Kris Maglione
2011-02-03 05:17:02 -05:00
parent b10e4e4b3a
commit 11a6a7a31b
3 changed files with 89 additions and 21 deletions

2
common/bootstrap.js vendored
View File

@@ -85,9 +85,7 @@ function startup(data, reason) {
addonData = data;
addon = data;
dump("dactyl: bootstrap: pre-getAddonByID\n");
AddonManager.getAddonByID(addon.id, function (a) {
dump("dactyl: bootstrap: getAddonByID: " + a + "\n");
addon = a;
updateVersion();
});