Loading js2/tests/js/js2_0/Class/class-010.js +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class B { constructor function B() { // objA is defined below, but BEFORE any instances of B are made - // objA is a global variable defined below - objX = objA; } } Loading Loading
js2/tests/js/js2_0/Class/class-010.js +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class B { constructor function B() { // objA is defined below, but BEFORE any instances of B are made - // objA is a global variable defined below - objX = objA; } } Loading