mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 19:24:13 +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:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user