From 80f5ffa9e22b0369b47eb6476f690adcf59d0b23 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 26 Jun 2007 19:12:34 +0000 Subject: [PATCH] Don't commit a method commented out --- chrome/content/zotero/xpcom/utilities.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js index c0455c147..1d88b6495 100644 --- a/chrome/content/zotero/xpcom/utilities.js +++ b/chrome/content/zotero/xpcom/utilities.js @@ -162,13 +162,13 @@ Zotero.Utilities.prototype.htmlSpecialChars = function(str) { return newString; } -/* + Zotero.Utilities.prototype.unescapeHTML = function(str) { var nsISUHTML = Components.classes["@mozilla.org/feed-unescapehtml;1"] .getService(Components.interfaces.nsIScriptableUnescapeHTML); return nsISUHTML.unescape(str); } -*/ + /* * Parses a text string for HTML/XUL markup and returns an array of parts