diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-31 16:23:58 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-31 16:23:58 +0000 |
commit | 51283fbdd8e0061a8438c11596996d0108bbc215 (patch) | |
tree | 916854954ea883951ae88bb9e38ebf81a6fcc29e /tests | |
parent | ffbf789d2f8f5e916c33db3b2a9946dddc4fc0cb (diff) | |
download | jquery-ui-51283fbdd8e0061a8438c11596996d0108bbc215.tar.gz jquery-ui-51283fbdd8e0061a8438c11596996d0108bbc215.zip |
Dialog tests: Fixed typo.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = $('<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'); |