mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 23:37:59 +01:00
Fix stupid mistake in last commit.
This commit is contained in:
@@ -115,6 +115,7 @@ function Dactyl() {
|
|||||||
|
|
||||||
this.pages = {};
|
this.pages = {};
|
||||||
|
|
||||||
|
Cu.import("resource://dactyl/bootstrap.jsm");
|
||||||
JSMLoader.load("base.jsm", global);
|
JSMLoader.load("base.jsm", global);
|
||||||
require(global, "config");
|
require(global, "config");
|
||||||
require(global, "services");
|
require(global, "services");
|
||||||
|
|||||||
Reference in New Issue
Block a user