1
0
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:
Allan Jardine 2012-10-07 18:11:54 +01:00
parent f7dddabfa3
commit 0e3a60b52f

View File

@ -1011,7 +1011,7 @@ DataTable.defaults = {
settings.oApi._fnLog( settings, 0, json.sError ); settings.oApi._fnLog( settings, 0, json.sError );
} }
$(oSettings.oInstance).trigger('xhr', [settings, json]); $(settings.oInstance).trigger('xhr', [settings, json]);
callback( json ); callback( json );
}, },
"dataType": "json", "dataType": "json",