mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-08 02:45:09 -05:00
Dialog tests: Fixed typo.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user