1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Fix: Small typo in deferred variable comment

This commit is contained in:
Allan Jardine 2011-03-06 14:58:53 +00:00
parent 01ffda313f
commit 789a6876f0

View File

@ -1162,7 +1162,7 @@
/*
* Variable: bDeferLoading
* 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
*/
this.bDeferLoading = false;