mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-21 19:54:15 +01:00
Fix: Small typo in deferred variable comment
This commit is contained in:
parent
01ffda313f
commit
789a6876f0
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -1162,7 +1162,7 @@
|
|||||||
/*
|
/*
|
||||||
* Variable: bDeferLoading
|
* Variable: bDeferLoading
|
||||||
* Purpose: Indicate if when using server-side processing the loading of data
|
* Purpose: Indicate if when using server-side processing the loading of data
|
||||||
* should be defered until the second draw
|
* should be deferred until the second draw
|
||||||
* Scope: jQuery.dataTable.classSettings
|
* Scope: jQuery.dataTable.classSettings
|
||||||
*/
|
*/
|
||||||
this.bDeferLoading = false;
|
this.bDeferLoading = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user