1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-30 12:24:10 +01:00

Fix: More adjust typos!

This commit is contained in:
Allan Jardine 2011-06-30 19:35:42 +01:00
parent 0e46abde6c
commit 98737aaeb7

View File

@ -2246,7 +2246,7 @@
};
/*
* Function: fnAjustColumnSizing
* Function: fnAdjustColumnSizing
* Purpose: Update tale sizing based on content. This would most likely be used for scrolling
* and will typically need a redraw after it.
* Returns: -
@ -4191,7 +4191,7 @@
/*
* Function: _fnAdjustColumnSizing
* Purpose: Ajust the table column widths for new data
* Purpose: Adjust the table column widths for new data
* Returns: -
* Inputs: object:oSettings - dataTables settings object
* Notes: You would probably want to do a redraw after calling this function!