From: Scott González Date: Wed, 31 Dec 2008 16:23:58 +0000 (+0000) Subject: Dialog tests: Fixed typo. X-Git-Tag: 1.6rc3~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51283fbdd8e0061a8438c11596996d0108bbc215;p=jquery-ui.git Dialog tests: Fixed typo. --- diff --git a/tests/dialog.js b/tests/dialog.js index b7f248964..25f8b63e9 100644 --- a/tests/dialog.js +++ b/tests/dialog.js @@ -687,7 +687,7 @@ test("close", function() { el.remove(); el = $('
').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');