Skip to content

Commit

Permalink
removing obsolete _.after test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Apr 15, 2011
1 parent 6f25cca commit 13d4e62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ $(document).ready(function() {

equals(testAfter(5, 5), 1, "after(N) should fire after being called N times");
equals(testAfter(5, 4), 0, "after(N) should not fire unless called N times");
equals(testAfter(5, 6), 1, "after(N) should fire only once even if called more than N times");
});

});

0 comments on commit 13d4e62

Please sign in to comment.