Corrected public static getter/setter sub-subtype inheritance test
parent
3185cb13d5
commit
69c5f8b7a5
|
@ -306,7 +306,7 @@ var common = require( './common' ),
|
|||
{
|
||||
var super_data = Object.getOwnPropertyDescriptor( Foo, 'bar' ),
|
||||
sub_data = Object.getOwnPropertyDescriptor( SubFoo, 'bar' ),
|
||||
sub_sub_data = Object.getOwnPropertyDescriptor( SubFoo, 'bar' )
|
||||
sub_sub_data = Object.getOwnPropertyDescriptor( SubSubFoo, 'bar' )
|
||||
;
|
||||
|
||||
// getters
|
||||
|
|
Loading…
Reference in New Issue