1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-26 11:15:46 +01:00

Closes issue #885. Closes issue #886.

This commit is contained in:
Kris Maglione
2012-06-25 23:58:54 -04:00
parent bb9e343696
commit e9c33a4c03
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ let { getOwnPropertyNames } = Object;
try {
defineModule("javascript", {
exports: ["JavaScript", "javascript"]
exports: ["JavaScript", "javascript"],
require: ["util"]
});
lazyRequire("template", ["template"]);