revert a line of code accidentally included in r7734

This commit is contained in:
Simon Kornblith 2011-01-17 07:43:58 +00:00
parent 259c286db7
commit d7dc47f3f5

View File

@ -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)) {