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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user