commit 8cf7f6e331df4c361e90a01210ba965b441890b1
parent d0017c875a71e7803474186a186bae72107f6f87
Author: Simon Kornblith <simon@simonster.com>
Date: Tue, 14 Jun 2011 04:10:22 +0000
don't throw a bunch of errors for no reason
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js
@@ -110,7 +110,6 @@ Zotero.Translate.SandboxManager.prototype = {
return object[localKey].apply(object, args);
};
- attachTo[localKey].name = localKey;
// attach members
if(!(object instanceof Components.interfaces.nsISupports)) {