mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Add sparse array performance improvement for inArray. Thanks rwaldron, rkatic, and jdalton
This commit is contained in:
@@ -156,7 +156,7 @@ test("attr(Hash)", function() {
|
||||
});
|
||||
|
||||
test("attr(String, Object)", function() {
|
||||
expect(77);
|
||||
expect(78);
|
||||
|
||||
var div = jQuery("div").attr("foo", "bar"),
|
||||
fail = false;
|
||||
|
||||
Reference in New Issue
Block a user