1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 19:25:45 +01:00

Release Pentadactyl 1.0b7.1

This commit is contained in:
Kris Maglione
2011-08-04 08:48:22 -04:00
parent e5e7978cd5
commit 7243a2f97e
2 changed files with 2 additions and 2 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;
}