From 51283fbdd8e0061a8438c11596996d0108bbc215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 31 Dec 2008 16:23:58 +0000 Subject: [PATCH] Dialog tests: Fixed typo. --- tests/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');