1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 03:42:30 +01:00

Added tag pentadactyl-1.0b7.1 for changeset 5dd2b03a5cec

This commit is contained in:
Kris Maglione
2011-08-04 08:48:27 -04:00
parent 7243a2f97e
commit c01a9a72b0
3 changed files with 3 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 (false)
if (true)
defineModule.dump(val + "\n");
this[this.length] = Date.now() + " " + val;
}