Bug 117285 - fix strict mode errors caused by previous patch

r=rginda
not in build


git-svn-id: svn://10.0.0.236/trunk@111158 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
samuel%sieb.net
2001-12-29 10:10:58 +00:00
parent d590a522d0
commit b227b438b9

View File

@@ -1794,6 +1794,7 @@ function CIRCChanMode (parent)
this.publicMessages = true;
this.publicTopic = true;
this.invite = false;
this.secret = false;
this.pvt = false;
}