Dialog tests: Fixed typo.

This commit is contained in:
Scott González 2008-12-31 16:23:58 +00:00
parent ffbf789d2f
commit 51283fbdd8

View File

@ -687,7 +687,7 @@ test("close", function() {
el.remove();
el = $('<div></div>').dialog().bind('dialogclose', function(ev, ui) {
ok(true, '.dialog("close") firse dialogclose event');
ok(true, '.dialog("close") fires dialogclose event');
equals(this, el[0], 'context of event');
});
el.dialog('close');