mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Ensure that selector is not broken.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user