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:
commit
bb08308dfe
@ -14,7 +14,7 @@ function _fnConvertToWidth ( sWidth, nParent )
|
||||
|
||||
if ( !nParent )
|
||||
{
|
||||
nParent = document.getElementsByTagName('body')[0];
|
||||
nParent = document.body;
|
||||
}
|
||||
|
||||
var iWidth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user