mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-26 11:15:46 +01:00
@@ -9,7 +9,8 @@ let { getOwnPropertyNames } = Object;
|
||||
try {
|
||||
|
||||
defineModule("javascript", {
|
||||
exports: ["JavaScript", "javascript"]
|
||||
exports: ["JavaScript", "javascript"],
|
||||
require: ["util"]
|
||||
});
|
||||
|
||||
lazyRequire("template", ["template"]);
|
||||
|
||||
Reference in New Issue
Block a user