XUL Chrome should use |content| over |_content|. r/a=justdave via irc

This commit is contained in:
caillon%returnzero.com 2003-01-12 08:33:05 +00:00
Родитель f634d9db85
Коммит 72b429bafb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@
var sidebar = 1;
function load_absolute_url( aAbsoluteURL ) {
_content.location = aAbsoluteURL;
content.location = aAbsoluteURL;
}
function load_relative_url( aRelativeURL ) {