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

Fix prefixing of dump messages from base.jsm.

This commit is contained in:
Kris Maglione
2010-10-08 15:31:53 -04:00
parent ff224d81c1
commit 9ed5d069ee
4 changed files with 21 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
sandbox.__proto__ = proto || modules;
return sandbox;
}
const jsmodules = {};
const jsmodules = { dump: function dump_(arg) window.dump("dactyl: " + arg + "\n") };
const modules = {
__proto__: jsmodules,
get content() window.content,