Skip to content

Commit 51283fb

Browse files
committed
Dialog tests: Fixed typo.
1 parent ffbf789 commit 51283fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ test("close", function() {
687687
el.remove();
688688

689689
el = $('<div></div>').dialog().bind('dialogclose', function(ev, ui) {
690-
ok(true, '.dialog("close") firse dialogclose event');
690+
ok(true, '.dialog("close") fires dialogclose event');
691691
equals(this, el[0], 'context of event');
692692
});
693693
el.dialog('close');

0 commit comments

Comments
 (0)