mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
Can't extend null on the classes - make the default an object for the settings classes holder
This commit is contained in:
parent
64a1b6b032
commit
1c60542040
4
media/js/jquery.dataTables.js
vendored
4
media/js/jquery.dataTables.js
vendored
@ -9718,9 +9718,9 @@
|
||||
/**
|
||||
* The classes to use for the table
|
||||
* @type object
|
||||
* @default null
|
||||
* @default {}
|
||||
*/
|
||||
"oClasses": null,
|
||||
"oClasses": {},
|
||||
|
||||
/**
|
||||
* Flag attached to the settings object so you can check in the draw
|
||||
|
@ -668,9 +668,9 @@ DataTable.models.oSettings = {
|
||||
/**
|
||||
* The classes to use for the table
|
||||
* @type object
|
||||
* @default null
|
||||
* @default {}
|
||||
*/
|
||||
"oClasses": null,
|
||||
"oClasses": {},
|
||||
|
||||
/**
|
||||
* Flag attached to the settings object so you can check in the draw
|
||||
|
Loading…
Reference in New Issue
Block a user