From dc9980bc3d5f82e84bfe18221f6dbc3e96785588 Mon Sep 17 00:00:00 2001 From: Rene Nyffenegger Date: Tue, 13 Mar 2012 00:54:15 +0100 Subject: [PATCH] Removed , before } because IE7 doesn't seem to like this --- jquery.fixedheadertable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.fixedheadertable.js b/jquery.fixedheadertable.js index 4e57e40..e6bee10 100644 --- a/jquery.fixedheadertable.js +++ b/jquery.fixedheadertable.js @@ -500,7 +500,7 @@ footwidth = $tfoot.find('table').innerWidth(); $tfoot.css({ 'top': settings.scrollbarOffset, - 'width': footwidth, + 'width': footwidth }); } }, @@ -702,4 +702,4 @@ }; -})(jQuery); \ No newline at end of file +})(jQuery);