Remove trailing comma (js strict warning)

This commit is contained in:
jaggernaut%netscape.com 2001-09-30 12:54:31 +00:00
parent d714fdb34e
commit e04e8a40a8

View File

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