Removed , before } because IE7 doesn't seem to like this

master
Rene Nyffenegger 2012-03-13 00:54:15 +01:00
parent 4ad1319a32
commit dc9980bc3d
1 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@
footwidth = $tfoot.find('table').innerWidth();
$tfoot.css({
'top': settings.scrollbarOffset,
'width': footwidth,
'width': footwidth
});
}
},
@ -702,4 +702,4 @@
};
})(jQuery);
})(jQuery);