1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 20:14:11 +01:00

Fix <S-Insert> when newlines are involved.

This commit is contained in:
Kris Maglione
2010-12-31 16:12:05 -05:00
parent edd65b0abe
commit 9f7ef8634c
5 changed files with 6 additions and 8 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;
}