]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog tests: Fixed typo.
authorScott González <scott.gonzalez@gmail.com>
Wed, 31 Dec 2008 16:23:58 +0000 (16:23 +0000)
committerScott González <scott.gonzalez@gmail.com>
Wed, 31 Dec 2008 16:23:58 +0000 (16:23 +0000)
tests/dialog.js

index b7f248964c1f84bea41f867f5b7af0fe8df9808e..25f8b63e983d7322f2986f40db7cc2d5106381fc 100644 (file)
@@ -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');