mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
Only need to define oApi once...
This commit is contained in:
parent
b53de6fc77
commit
e86da5d30a
11
media/js/jquery.dataTables.js
vendored
11
media/js/jquery.dataTables.js
vendored
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: jquery.dataTables.js
|
||||
* Version: 1.8.3.dev
|
||||
* Version: 1.9.0.dev
|
||||
* Description: Paginate, search and sort HTML tables
|
||||
* Author: Allan Jardine (www.sprymedia.co.uk)
|
||||
* Created: 28/3/2008
|
||||
@ -50,7 +50,7 @@
|
||||
* Notes: Allowed format is a.b.c.d.e where:
|
||||
* a:int, b:int, c:int, d:string(dev|beta), e:int. d and e are optional
|
||||
*/
|
||||
_oExt.sVersion = "1.8.3.dev";
|
||||
_oExt.sVersion = "1.9.0.dev";
|
||||
|
||||
/*
|
||||
* Variable: sErrMode
|
||||
@ -66,13 +66,6 @@
|
||||
*/
|
||||
_oExt.iApiIndex = 0;
|
||||
|
||||
/*
|
||||
* Variable: oApi
|
||||
* Purpose: Container for plugin API functions
|
||||
* Scope: jQuery.fn.dataTableExt
|
||||
*/
|
||||
_oExt.oApi = { };
|
||||
|
||||
/*
|
||||
* Variable: aFiltering
|
||||
* Purpose: Container for plugin filtering functions
|
||||
|
@ -36,13 +36,6 @@ _oExt.sErrMode = "alert";
|
||||
*/
|
||||
_oExt.iApiIndex = 0;
|
||||
|
||||
/*
|
||||
* Variable: oApi
|
||||
* Purpose: Container for plugin API functions
|
||||
* Scope: jQuery.fn.dataTableExt
|
||||
*/
|
||||
_oExt.oApi = { };
|
||||
|
||||
/*
|
||||
* Variable: aFiltering
|
||||
* Purpose: Container for plugin filtering functions
|
||||
|
Loading…
Reference in New Issue
Block a user