Remove trailing comma (js strict warning)

This commit is contained in:
jaggernaut%netscape.com 2006-09-14 06:00:12 +00:00
parent 6c7f5c4312
commit 3939a8e7eb

View File

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