--- In [email protected], "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > this.parent.removeChild(this); > > and > > this.parent.removeChild(this); > > are synonomous (except for popups, where you need to use this.parent.removeChild(this) ).
Anyone else confused by this? I'm seeing the exact same statement (this.parent.removeChild(this)) three times, so it seems to me that of COURSE the first two are synonymous, as they are identical, and the third shouldn't actually be an exception, since it's the same as the first two. Am I missing something?

