Ensure that selector is not broken.
This commit is contained in:
parent
dc4c9abc39
commit
7367b524ec
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ test("live/die(Object), delegate/undelegate(String, Object)", function() {
|
||||||
expect(6);
|
expect(6);
|
||||||
|
|
||||||
var clickCounter = 0, mouseoverCounter = 0,
|
var clickCounter = 0, mouseoverCounter = 0,
|
||||||
$p = jQuery("#firstp"), $a = $p.find("a").first();
|
$p = jQuery("#firstp"), $a = $p.find("a:first");
|
||||||
|
|
||||||
var events = {
|
var events = {
|
||||||
click: function( event ) {
|
click: function( event ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue