don't break Zotero.Utilities.HTTP on Fx 4
This commit is contained in:
parent
3b294949bc
commit
9a82adb3a5
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ Zotero.Utilities.Translate.prototype._convertURL = function(url) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Zotero.Utilities.Translate.prototype.__exposedProps__ = {};
|
Zotero.Utilities.Translate.prototype.__exposedProps__ = {"HTTP":"r"};
|
||||||
for(var j in Zotero.Utilities.Translate.prototype) {
|
for(var j in Zotero.Utilities.Translate.prototype) {
|
||||||
if(typeof Zotero.Utilities.Translate.prototype[j] === "function" && j[0] !== "_" && j != "Translate") {
|
if(typeof Zotero.Utilities.Translate.prototype[j] === "function" && j[0] !== "_" && j != "Translate") {
|
||||||
Zotero.Utilities.Translate.prototype.__exposedProps__[j] = "r";
|
Zotero.Utilities.Translate.prototype.__exposedProps__[j] = "r";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue