mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Better Underscore isType checking, in the presence of Internet Explorer host objects, which are a bit touchy.
This commit is contained in:
@@ -76,7 +76,7 @@ $(document).ready(function() {
|
||||
setTimeout(throttledIncr, 70);
|
||||
setTimeout(throttledIncr, 110);
|
||||
setTimeout(throttledIncr, 120);
|
||||
_.delay(function(){ ok(counter == 3, "incr was throttled"); start(); }, 180);
|
||||
_.delay(function(){ ok(counter == 3, "incr was throttled"); start(); }, 200);
|
||||
});
|
||||
|
||||
asyncTest("functions: debounce", 1, function() {
|
||||
|
||||
Reference in New Issue
Block a user