1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Dev fix - Broke non-scrolling tables with the scrolling refactor

This commit is contained in:
Allan Jardine 2013-10-11 09:48:22 +01:00
parent 70a3f88d8d
commit 920b7671fb
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
189c1a91c7772ac85fa585d7879779643b51912f
4daf47de0baf63177f503990d32aa32614968531

View File

@ -2957,7 +2957,7 @@
var scroll = settings.oScroll;
if ( scroll.sX === '' && scroll.sY === '' ) {
return;
return settings.nTable;
}
var scrollX = scroll.sX;