Remove trailing comma (js strict warning)

This commit is contained in:
jaggernaut%netscape.com 2001-09-30 12:54:31 +00:00
Родитель 2703f39eb9
Коммит 73eb9774a3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -166,5 +166,5 @@ nsBrowserContentListener.prototype =
return null;
},
loadCookie: null,
parentContentListener: null,
parentContentListener: null
}