Skip to content

Commit

Permalink
Removed , before } because IE7 doesn't seem to like this
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNyffenegger committed Mar 12, 2012
1 parent 4ad1319 commit dc9980b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.fixedheadertable.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
footwidth = $tfoot.find('table').innerWidth();
$tfoot.css({
'top': settings.scrollbarOffset,
'width': footwidth,
'width': footwidth
});
}
},
Expand Down Expand Up @@ -702,4 +702,4 @@

};

})(jQuery);
})(jQuery);

0 comments on commit dc9980b

Please sign in to comment.