mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
Merge pull request #95 from timtucker/patch-11
Update media/src/core/core.sizing.js
This commit is contained in:
commit
bb08308dfe
@ -14,7 +14,7 @@ function _fnConvertToWidth ( sWidth, nParent )
|
|||||||
|
|
||||||
if ( !nParent )
|
if ( !nParent )
|
||||||
{
|
{
|
||||||
nParent = document.getElementsByTagName('body')[0];
|
nParent = document.body;
|
||||||
}
|
}
|
||||||
|
|
||||||
var iWidth;
|
var iWidth;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user