Don't commit a method commented out
This commit is contained in:
parent
c7c8544de9
commit
80f5ffa9e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user