mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 19:24:11 +01:00
Fix FF36.
This commit is contained in:
@@ -74,7 +74,7 @@ let objproto = Object.prototype;
|
||||
let hasOwnProperty = objproto.hasOwnProperty;
|
||||
|
||||
if (typeof XPCSafeJSObjectWrapper === "undefined")
|
||||
var XPCSafeJSObjectWrapper = XPCNativeWrapper;
|
||||
this.XPCSafeJSObjectWrapper = XPCNativeWrapper;
|
||||
|
||||
if (!XPCNativeWrapper.unwrap)
|
||||
XPCNativeWrapper.unwrap = function (obj) {
|
||||
|
||||
Reference in New Issue
Block a user