1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:07:59 +01:00

Fix some JS warnings.

This commit is contained in:
Doug Kearns
2009-11-17 15:13:10 +11:00
parent cb7cff5766
commit 49bedfa5c2
4 changed files with 6 additions and 7 deletions

View File

@@ -610,5 +610,5 @@ const JavaScript = Module("javascript", {
},
getter: function () services.get("debugger").isOn
});
},
}
})