1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Dev - remove debug

This commit is contained in:
Allan Jardine 2012-06-25 20:06:19 +01:00
parent 40a236a7cc
commit a022e2f736
2 changed files with 0 additions and 4 deletions

View File

@ -4802,8 +4802,6 @@
document.body.appendChild( n );
oSettings.oBrowser.bScrollOversize = $('#DT_BrowserTest', n)[0].offsetWidth === 100 ? true : false;
document.body.removeChild( n );
alert( oSettings.oBrowser.bScrollOversize );
}

View File

@ -337,7 +337,5 @@ function _fnBrowserDetect( oSettings )
document.body.appendChild( n );
oSettings.oBrowser.bScrollOversize = $('#DT_BrowserTest', n)[0].offsetWidth === 100 ? true : false;
document.body.removeChild( n );
alert( oSettings.oBrowser.bScrollOversize );
}