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

Added tag pentadactyl-1.0b7 for changeset 2281deb4c132

This commit is contained in:
Kris Maglione
2011-08-03 17:57:12 -04:00
parent 1d298bf561
commit 89c05c799d
3 changed files with 4 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ function defineModule(name, params, module) {
defineModule.loadLog = [];
Object.defineProperty(defineModule.loadLog, "push", {
value: function (val) {
if (false)
if (true)
defineModule.dump(val + "\n");
this[this.length] = Date.now() + " " + val;
}