1
0
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:
Allan Jardine 2011-12-14 11:59:26 +00:00
parent 64a1b6b032
commit 1c60542040
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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