зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
c8d7526868
Коммит
e66304df3a
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче