Skip to content

Commit ef6e46a

Browse files
committed
whatevs
1 parent e9b7958 commit ef6e46a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

topics/about_prototype_chain.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ test("Is there a 'c' property on child?", function () {
5858
// child.[[Prototype]].[[Prototype]] is null, stop searching, no property found, return...
5959
test("Is there an 'd' property on child?", function () {
6060
equal(undefined, child.d, 'what is the value of child.d?');
61-
});
62-
63-
61+
});

0 commit comments

Comments
 (0)