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

Dev fix: Missed a variable def in the recent _fnLanguageCompat change

This commit is contained in:
Allan Jardine 2012-04-02 11:53:13 +01:00
parent cd0babca54
commit 35a23adb75
2 changed files with 4 additions and 0 deletions

View File

@ -2575,6 +2575,8 @@
*/ */
function _fnLanguageCompat( oLanguage ) function _fnLanguageCompat( oLanguage )
{ {
var oDefaults = DataTable.defaults.oLanguage;
/* Backwards compatibility - if there is no sEmptyTable given, then use the same as /* Backwards compatibility - if there is no sEmptyTable given, then use the same as
* sZeroRecords - assuming that is given. * sZeroRecords - assuming that is given.
*/ */

View File

@ -132,6 +132,8 @@ function _fnInitComplete ( oSettings, json )
*/ */
function _fnLanguageCompat( oLanguage ) function _fnLanguageCompat( oLanguage )
{ {
var oDefaults = DataTable.defaults.oLanguage;
/* Backwards compatibility - if there is no sEmptyTable given, then use the same as /* Backwards compatibility - if there is no sEmptyTable given, then use the same as
* sZeroRecords - assuming that is given. * sZeroRecords - assuming that is given.
*/ */