Bug 114321. hreflang handling broken in site navigation bar (links toolbar). Patch by Boris Zbarsky <bzbarsky@mit.edu> r=tim, sr=jag

This commit is contained in:
stephend%netscape.com 2006-09-14 06:00:28 +00:00
Родитель c8d7526868
Коммит e66304df3a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -74,7 +74,7 @@ LanguageDictionary.createDictionary = function()
var property = e.getNext();
property = property.QueryInterface(
Components.interfaces.nsIPropertyElement);
dictionary[property.getKey()] = property.getValue();
dictionary[property.key] = property.value;
}
return dictionary;