1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 09:22:28 +01:00

Add binary component for Gecko 10/Linux/x86-64.

This commit is contained in:
Kris Maglione
2011-09-28 22:56:15 -04:00
parent b284309e19
commit 1b2c3be9b3
4 changed files with 7 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ defineModule("prefs", {
require: ["services", "util"]
}, this);
this.lazyRequire("messages", ["_"]);
var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]), {
ORIGINAL: "extensions.dactyl.original.",
RESTORE: "extensions.dactyl.restore.",

View File

@@ -14,6 +14,8 @@ defineModule("util", {
require: ["dom", "services"]
}, this);
this.lazyRequire("overlay", ["overlay"]);
var FailedAssertion = Class("FailedAssertion", ErrorBase, {
init: function init(message, level, noTrace) {
if (noTrace !== undefined)