Skip to content

Commit

Permalink
fix references inside Complex Instances Nesting to what was originall…
Browse files Browse the repository at this point in the history
…y intended.
  • Loading branch information
paulirish committed Dec 19, 2010
1 parent b4f59f6 commit 0eb9328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/same.js
Expand Up @@ -1335,7 +1335,7 @@ test("Complex Instances Nesting (with function value in literals and/or in neste

var b1 = new B(function () {});
var b2 = new B(function () {});
equals(QUnit.equiv(a1, a2), true);
equals(QUnit.equiv(b1, b2), true);

var c1 = new C(function () {});
var c2 = new C(function () {});
Expand Down

0 comments on commit 0eb9328

Please sign in to comment.