Skip to content

Commit

Permalink
Minor cleanup of tests based on browser testing results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mathews committed Aug 12, 2009
1 parent 284bd28 commit e9e9b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/glow/widgets/autosuggest/autosuggest.js
Expand Up @@ -261,8 +261,8 @@ t.test("keyboard navigation", function() {
t.test("cleanup", function() {
t.expect(1);

//tempContainer.css("height", 0).css("overflow", "hidden").css("visibility", "hidden");
delete window.tempContainer;
window.tempContainer.empty();
window.tempContainer = null;

t.ok(true, "Cleaned");
});

0 comments on commit e9e9b0d

Please sign in to comment.