mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 10:24:12 +01:00
Make .closure a Proxy and rename .bound
This commit is contained in:
@@ -311,7 +311,7 @@ var Marks = Module("marks", {
|
||||
events: function () {
|
||||
let appContent = document.getElementById("appcontent");
|
||||
if (appContent)
|
||||
events.listen(appContent, "load", marks.closure._onPageLoad, true);
|
||||
events.listen(appContent, "load", marks.bound._onPageLoad, true);
|
||||
},
|
||||
mappings: function () {
|
||||
var myModes = config.browserModes;
|
||||
|
||||
Reference in New Issue
Block a user