core: tests cleanup for compability with qunit updates: stop() now actually accepts an argument (ajax.js); selectors should be confined to fixture(event.js)
This commit is contained in:
parent
30751dd9f1
commit
12bb969411
2 changed files with 5 additions and 5 deletions
|
@ -258,7 +258,7 @@ test("trigger(event, [data], [fn])", function() {
|
|||
|
||||
var pass = true;
|
||||
try {
|
||||
jQuery('input:first')
|
||||
jQuery('#form input:first')
|
||||
.hide()
|
||||
.trigger('focus');
|
||||
} catch(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue