mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
removing obsolete _.after test.
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user