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

Added tag pentadactyl-1.0rc1 for changeset 91d4f03a135e

This commit is contained in:
Kris Maglione
2011-12-20 00:38:15 -05:00
parent 86ccda470d
commit 71048f0970
3 changed files with 3 additions and 2 deletions

View File

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