1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-12 20:45:47 +01:00

Added tag pentadactyl-1.0b4 for changeset 2c21fc6135f8.

This commit is contained in:
Kris Maglione
2010-12-30 23:28:43 -05:00
4 changed files with 4 additions and 3 deletions

View File

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