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:
parent
cd0babca54
commit
35a23adb75
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -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.
|
||||||
*/
|
*/
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user