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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user