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

Merge pull request #95 from timtucker/patch-11

Update media/src/core/core.sizing.js
This commit is contained in:
Allan Jardine 2012-09-04 09:29:15 -07:00
commit bb08308dfe

View File

@ -14,7 +14,7 @@ function _fnConvertToWidth ( sWidth, nParent )
if ( !nParent )
{
nParent = document.getElementsByTagName('body')[0];
nParent = document.body;
}
var iWidth;