mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog tests: Fixed typo.
This commit is contained in:
parent
ffbf789d2f
commit
51283fbdd8
@ -687,7 +687,7 @@ test("close", function() {
|
|||||||
el.remove();
|
el.remove();
|
||||||
|
|
||||||
el = $('<div></div>').dialog().bind('dialogclose', function(ev, ui) {
|
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');
|
equals(this, el[0], 'context of event');
|
||||||
});
|
});
|
||||||
el.dialog('close');
|
el.dialog('close');
|
||||||
|
Loading…
Reference in New Issue
Block a user