commit d7dc47f3f5ff75776a1d22815c0ce944e6a51190
parent 259c286db7c7e56728be5f576793b9aea81f843c
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 17 Jan 2011 07:43:58 +0000
revert a line of code accidentally included in r7734
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/translation/browser_firefox.js b/chrome/content/zotero/xpcom/translation/browser_firefox.js
@@ -84,7 +84,6 @@ Zotero.Translate.SandboxManager.prototype = {
return object[localKey].apply(object, args);
};
- attachTo[localKey].name = localKey;
// attach members
if(!(object instanceof Components.interfaces.nsISupports)) {