1
0
Fork 0
easejs/test/Class
Mike Gerwitz 7f8d265877
Corrected override of super-super methods
More generally, this was a problem with not recursing on *all* of the
visibility objects of the supertype's supertype; the public visibility
object was implicitly recursed upon through JavaScript's natural prototype
chain, so this only manifested itself with protected members.
2014-02-24 23:03:04 -05:00
..
AbstractTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
ConstructorTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
ExtendTest.js Corrected override of super-super methods 2014-02-24 23:03:04 -05:00
GeneralTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
GetterSetterTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
ImplementTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
InstanceSafetyTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
NameTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
ParentTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00
VisibilityTest.js [copyright] Copyright update 2014-01-20 22:55:29 -05:00