1
0
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:
Allan Jardine 2013-10-15 15:31:45 +01:00
parent c916bb05fe
commit 6c10109119
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
b857a20af8563c72e3b1acab0907ff3da7e89d1e
3a5bc4eeac335e58d86cf32f16625db24904ba44

View File

@ -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 );
} );