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

Small Typo Fix

This commit is contained in:
iBiryukov 2012-08-10 19:46:06 +02:00
parent 0585beb0c9
commit e15342225c

View File

@ -1,5 +1,4 @@
/** /**
* Add a data array to the table, creating DOM node etc. This is the parallel to * Add a data array to the table, creating DOM node etc. This is the parallel to
* _fnGatherData, but for adding rows from a Javascript source, rather than a * _fnGatherData, but for adding rows from a Javascript source, rather than a
@ -64,7 +63,7 @@ function _fnAddData ( oSettings, aDataSupplied )
/* Add to the display array */ /* Add to the display array */
oSettings.aiDisplayMaster.push( iRow ); oSettings.aiDisplayMaster.push( iRow );
/* Create the DOM imformation */ /* Create the DOM information */
if ( !oSettings.oFeatures.bDeferRender ) if ( !oSettings.oFeatures.bDeferRender )
{ {
_fnCreateTr( oSettings, iRow ); _fnCreateTr( oSettings, iRow );