From 2abdbf3416d3545db1a56437f9846aafb8e86cf7 Mon Sep 17 00:00:00 2001 From: John Bender Date: Sat, 26 Feb 2011 23:29:14 -0800 Subject: [PATCH] white space in the init core test --- tests/unit/init/init_core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/init/init_core.js b/tests/unit/init/init_core.js index f1312af3..e7bfd09f 100644 --- a/tests/unit/init/init_core.js +++ b/tests/unit/init/init_core.js @@ -128,5 +128,5 @@ test( "pages with a data-url attribute are left with the original value", function(){ same($("#bar").data('url'), "bak"); }); -}); + }); })(jQuery);