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

Release Pentadactyl 1.0b7

This commit is contained in:
Kris Maglione
2011-08-03 17:57:00 -04:00
parent d6e5f9f1f7
commit 1d298bf561
2 changed files with 3 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 (true)
if (false)
defineModule.dump(val + "\n");
this[this.length] = Date.now() + " " + val;
}