1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 11:22:27 +01:00

Palemoon 28.5 compatibility

This is a patch for compatibility with PM 28.5 based on Billylll@'s
patch posted to madand#7.
This commit is contained in:
Jack Rosenthal
2019-05-05 15:40:19 -06:00
parent 4b81d89a3e
commit 00536f5feb
4 changed files with 9 additions and 9 deletions

View File

@@ -1932,7 +1932,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
dactyl.log(_("dactyl.modulesLoaded"), 3);
userContext.DOM = Class("DOM", DOM, {
init(sel, ctxt) {
init: function init(sel, ctxt) {
return DOM(sel, ctxt || buffer.focusedFrame.document);
}
});

View File

@@ -7,7 +7,7 @@
"use strict";
var MOW = Module("mow", {
init() {
init: function init() {
let proxy = new Proxy(this, {
get(target, prop, receiver) {
if (prop in target)