mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Dev: Update JShint file for JShint 2.1 and apply fixes from errirs it
spotted
This commit is contained in:
parent
c916bb05fe
commit
6c10109119
@ -1 +1 @@
|
||||
b857a20af8563c72e3b1acab0907ff3da7e89d1e
|
||||
3a5bc4eeac335e58d86cf32f16625db24904ba44
|
||||
|
10
media/js/jquery.dataTables.js
vendored
10
media/js/jquery.dataTables.js
vendored
@ -90,10 +90,10 @@
|
||||
|
||||
|
||||
// Defined else where
|
||||
// _selector_run
|
||||
// _selector_opts
|
||||
// _selector_first
|
||||
// _selector_row_indexes
|
||||
// _selector_run
|
||||
// _selector_opts
|
||||
// _selector_first
|
||||
// _selector_row_indexes
|
||||
|
||||
var _ext; // DataTable.ext
|
||||
var _Api; // DataTable.Api
|
||||
@ -8244,7 +8244,7 @@
|
||||
|
||||
|
||||
_api_register( 'settings()', function () {
|
||||
return new _api( this.context, this.context );
|
||||
return new _Api( this.context, this.context );
|
||||
} );
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user