www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit da2a8dfdb0a3b037c9660b49cafcbc85078857f1
parent fb657bf0cf0a5d8949473b3778b93ca6633008a7
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 15 Feb 2012 03:11:03 -0500

Remove code with no consequences

Diffstat:
Mchrome/content/zotero/xpcom/integration.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -2896,7 +2896,6 @@ Zotero.Integration.DocumentData.prototype.serializeXML = function() { * Unserializes document-specific XML */ Zotero.Integration.DocumentData.prototype.unserializeXML = function(xmlData) { - Components.classes["@mozilla.org/xul/xul-document;1"].getService(Components.interfaces.nsIDOMDocument) var parser = Components.classes["@mozilla.org/xmlextras/domparser;1"] .createInstance(Components.interfaces.nsIDOMParser); xmlData = parser.parseFromString(xmlData, "application/xml").documentElement;