commit 9a82adb3a5958018a517f7a8f337f2271a0e663c
parent 3b294949bc3927951489079dd6bcfc4be07b2558
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 7 Feb 2011 04:46:18 +0000
don't break Zotero.Utilities.HTTP on Fx 4
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js
@@ -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) {
if(typeof Zotero.Utilities.Translate.prototype[j] === "function" && j[0] !== "_" && j != "Translate") {
Zotero.Utilities.Translate.prototype.__exposedProps__[j] = "r";