Fix spelling of "isContentPrefered" parameter. sr=hewitt

This commit is contained in:
jaggernaut%netscape.com 2001-10-28 07:36:09 +00:00
Родитель a9709131ea
Коммит 6e63ecf1db
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -109,7 +109,7 @@ nsBrowserContentListener.prototype =
return false;
},
doContent: function(contentType, isContentPrefered, request, contentHandler)
doContent: function(contentType, isContentPreferred, request, contentHandler)
{
// forward the doContent to our content area webshell
var docShell = this.contentWindow.docShell;