1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 16:35:46 +01:00

Rip out FUEL references. Use a persistent component instead.

This commit is contained in:
Kris Maglione
2011-02-19 18:23:32 -05:00
parent 1dcbf88509
commit 0de541726b
6 changed files with 30 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ var ConfigBase = Class("ConfigBase", {
addon: Class.memoize(function () {
let addon;
do {
addon = services.fuel.storage.get("dactyl.bootstrap", {}).addon;
addon = (JSMLoader.bootstrap || {}).addon;
if (addon && !addon.getResourceURI) {
util.reportError(Error("Don't have add-on yet"));
yield 10;