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