From 8cf7f6e331df4c361e90a01210ba965b441890b1 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 14 Jun 2011 04:10:22 +0000 Subject: [PATCH] don't throw a bunch of errors for no reason --- chrome/content/zotero/xpcom/translation/translate_firefox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js index 1daf164e9..a3d7122b0 100644 --- 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)) {