Skip to content

Commit

Permalink
re #69 thanks Larry and Brandt
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcher committed Sep 10, 2009
1 parent a401db1 commit 658e0e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/prototypecompat.js
Expand Up @@ -16,7 +16,7 @@ test("$$ method", function(){
// When this failing test passes, ticket #69 can be closed.
// (http://envjs.lighthouseapp.com/projects/21590-envjs/tickets/69-prototypes-down-method-is-unavailable)
//
// test("down method", function(){
// expect(1);
// ok($('main').down('#foo') != undefined, "$('main').down('#foo') successfully found an element");
// });
test("down method", function(){
expect(1);
ok($('main').down('#foo') != undefined, "$('main').down('#foo') successfully found an element");
});

0 comments on commit 658e0e6

Please sign in to comment.