Merge pull request #47 from ReneNyffenegger/master

Removed a comma beacuse IE7 doesn't like them in front of }
master
Mark Malek 2012-03-13 12:02:26 -07:00
commit aa40378f85
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);