From 6fb68568bea4fcaf0caff77363819b3d7c732cd4 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 3 Aug 2011 21:43:52 -0400 Subject: Tests: Cleanup. --- tests/unit/dialog/dialog_options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/dialog/dialog_options.js') diff --git a/tests/unit/dialog/dialog_options.js b/tests/unit/dialog/dialog_options.js index 5705da079..eab577c69 100644 --- a/tests/unit/dialog/dialog_options.js +++ b/tests/unit/dialog/dialog_options.js @@ -407,7 +407,7 @@ test("title", function() { equals(el.dialog("option", "title"), "", "option not changed"); el.remove(); - el = $('
').dialog(); + el = $('
').dialog(); equals(titleText(), "foo", "title in element attribute"); equals(el.dialog("option", "title"), "foo", "option updated from attribute"); el.remove(); @@ -417,7 +417,7 @@ test("title", function() { equals(el.dialog("option", "title"), "foo", "opiton set from options hash"); el.remove(); - el = $('
').dialog({ title: 'bar' }); + el = $('
').dialog({ title: 'bar' }); equals(titleText(), "bar", "title in init options should override title in element attribute"); equals(el.dialog("option", "title"), "bar", "opiton set from options hash"); el.remove(); -- cgit v1.2.3