Fix View->Use Stylesheet. r=jag, sr=alecf.

This commit is contained in:
peterv%netscape.com 2006-09-14 05:57:08 +00:00
Родитель 08423a7206
Коммит c2a3f76cf9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1097,7 +1097,7 @@ function stylesheetFillPopup(forDocument, menuPopup, itemNoOptStyles)
if (!currentStyleSheet.disabled)
noOptionalStyles = false;
var lastWithSameTitle;
var lastWithSameTitle = null;
if (currentStyleSheet.title in currentStyleSheets)
lastWithSameTitle = currentStyleSheets[currentStyleSheet.title];