mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-02 03:29:14 +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
|
* File: jquery.dataTables.js
|
||||||
* Version: 1.8.3.dev
|
* Version: 1.9.0.dev
|
||||||
* Description: Paginate, search and sort HTML tables
|
* Description: Paginate, search and sort HTML tables
|
||||||
* Author: Allan Jardine (www.sprymedia.co.uk)
|
* Author: Allan Jardine (www.sprymedia.co.uk)
|
||||||
* Created: 28/3/2008
|
* Created: 28/3/2008
|
||||||
@ -50,7 +50,7 @@
|
|||||||
* Notes: Allowed format is a.b.c.d.e where:
|
* 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
|
* 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
|
* Variable: sErrMode
|
||||||
@ -66,13 +66,6 @@
|
|||||||
*/
|
*/
|
||||||
_oExt.iApiIndex = 0;
|
_oExt.iApiIndex = 0;
|
||||||
|
|
||||||
/*
|
|
||||||
* Variable: oApi
|
|
||||||
* Purpose: Container for plugin API functions
|
|
||||||
* Scope: jQuery.fn.dataTableExt
|
|
||||||
*/
|
|
||||||
_oExt.oApi = { };
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Variable: aFiltering
|
* Variable: aFiltering
|
||||||
* Purpose: Container for plugin filtering functions
|
* Purpose: Container for plugin filtering functions
|
||||||
|
@ -36,13 +36,6 @@ _oExt.sErrMode = "alert";
|
|||||||
*/
|
*/
|
||||||
_oExt.iApiIndex = 0;
|
_oExt.iApiIndex = 0;
|
||||||
|
|
||||||
/*
|
|
||||||
* Variable: oApi
|
|
||||||
* Purpose: Container for plugin API functions
|
|
||||||
* Scope: jQuery.fn.dataTableExt
|
|
||||||
*/
|
|
||||||
_oExt.oApi = { };
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Variable: aFiltering
|
* Variable: aFiltering
|
||||||
* Purpose: Container for plugin filtering functions
|
* Purpose: Container for plugin filtering functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user