1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 13:54:21 +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("util", {
require: ["dom", "services"]
}, this);
this.lazyRequire("overlay", ["overlay"]);
var FailedAssertion = Class("FailedAssertion", ErrorBase, {
init: function init(message, level, noTrace) {
if (noTrace !== undefined)