mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37: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, 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, 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