1
0
Fork 0

Corrected public static getter/setter sub-subtype inheritance test

closure/master
Mike Gerwitz 2011-05-14 08:40:49 -04:00
parent 3185cb13d5
commit 69c5f8b7a5
1 changed files with 1 additions and 1 deletions

View File

@ -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