Closed GoogleCodeExporter closed 9 years ago
addChildAt is a method of Component, and has to support all Components. It
would be incorrect for Container to accept less than that. This is how any
language that supports subclassing works.
Closure Compiler's missing properties check is a "may be defined" check rather
than a "must be defined" check. This is explained in more detail here
http://closuretools.blogspot.com/2011/01/property-by-any-other-name-part-3.html
Original comment by Nicholas.J.Santos
on 21 Aug 2012 at 3:58
Original issue reported on code.google.com by
a...@gmx.net
on 21 Aug 2012 at 2:53