Bug 380907 - 2 undeclared vars in pwd manager. Patch by Justin Dolske <dolske@mozilla.com>, r=gavin

This commit is contained in:
rflint@ryanflint.com 2007-05-22 20:34:10 -07:00
parent f6979d7aa6
commit d20ee68828

View File

@ -254,6 +254,7 @@ function SortTree(tree, view, table, column, lastSortColumn, lastSortAscending,
* Case insensitive string comparator.
*/
function CompareLowerCase(first, second) {
var firstLower, secondLower;
// Are we sorting nsILoginInfo entries or just strings?
if (first.hostname) {