mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-18 16:54:14 +01:00
Dev fix: Variable name oSettings was incorrect
This commit is contained in:
parent
f7dddabfa3
commit
0e3a60b52f
@ -1011,7 +1011,7 @@ DataTable.defaults = {
|
||||
settings.oApi._fnLog( settings, 0, json.sError );
|
||||
}
|
||||
|
||||
$(oSettings.oInstance).trigger('xhr', [settings, json]);
|
||||
$(settings.oInstance).trigger('xhr', [settings, json]);
|
||||
callback( json );
|
||||
},
|
||||
"dataType": "json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user