Skip to content

Commit

Permalink
Can't extend null on the classes - make the default an object for the…
Browse files Browse the repository at this point in the history
… settings classes holder
  • Loading branch information
Allan Jardine committed Dec 14, 2011
1 parent 64a1b6b commit 1c60542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media/js/jquery.dataTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions media/src/model/model.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c60542

Please sign in to comment.