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:
Jörn Zaefferer 2008-10-24 14:40:58 +00:00
parent 30751dd9f1
commit 12bb969411
2 changed files with 5 additions and 5 deletions

View file

@ -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) {