Don't commit a method commented out

This commit is contained in:
Dan Stillman 2007-06-26 19:12:34 +00:00
parent c7c8544de9
commit 80f5ffa9e2

View File

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