don't throw a bunch of errors for no reason

This commit is contained in:
Simon Kornblith 2011-06-14 04:10:22 +00:00
parent d0017c875a
commit 8cf7f6e331

View File

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