Remove trailing comma (js strict warning)

This commit is contained in:
jaggernaut%netscape.com 2006-09-14 06:00:12 +00:00
Родитель db93304027
Коммит 9f36f9a742
1 изменённых файлов: 1 добавлений и 1 удалений

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

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