try to workaround death of explicit SJOW
This commit is contained in:
parent
26edf1a3f9
commit
9740c42666
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ const ZOTERO_CONFIG = {
|
||||||
PREF_BRANCH: 'extensions.zotero.'
|
PREF_BRANCH: 'extensions.zotero.'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Fx4.0b8+ use implicit SJOWs; no creation necessary
|
||||||
|
if(!XPCSafeJSObjectWrapper) {
|
||||||
|
var XPCSafeJSObjectWrapper = function(arg) { return arg };
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Core functions
|
* Core functions
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue