mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Ensure that selector is not broken.
This commit is contained in:
parent
dc4c9abc39
commit
7367b524ec
@ -210,7 +210,7 @@ test("live/die(Object), delegate/undelegate(String, Object)", function() {
|
||||
expect(6);
|
||||
|
||||
var clickCounter = 0, mouseoverCounter = 0,
|
||||
$p = jQuery("#firstp"), $a = $p.find("a").first();
|
||||
$p = jQuery("#firstp"), $a = $p.find("a:first");
|
||||
|
||||
var events = {
|
||||
click: function( event ) {
|
||||
|
Loading…
Reference in New Issue
Block a user