mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-12 10:54:14 +01:00
Fix: Docs: fnVersion check should be marked with @type function
This commit is contained in:
parent
a3398d9b00
commit
7e18f3b484
1
media/js/jquery.dataTables.js
vendored
1
media/js/jquery.dataTables.js
vendored
@ -6778,6 +6778,7 @@
|
|||||||
/**
|
/**
|
||||||
* Provide a common method for plug-ins to check the version of DataTables being used,
|
* Provide a common method for plug-ins to check the version of DataTables being used,
|
||||||
* in order to ensure compatibility.
|
* in order to ensure compatibility.
|
||||||
|
* @type function
|
||||||
* @param {string} sVersion Version string to check for, in the format "X.Y.Z". Note
|
* @param {string} sVersion Version string to check for, in the format "X.Y.Z". Note
|
||||||
* that the formats "X" and "X.Y" are also acceptable.
|
* that the formats "X" and "X.Y" are also acceptable.
|
||||||
* @returns {boolean} true if this version of DataTables is greater or equal to the
|
* @returns {boolean} true if this version of DataTables is greater or equal to the
|
||||||
|
@ -212,6 +212,7 @@ DataTable.models.ext = {
|
|||||||
/**
|
/**
|
||||||
* Provide a common method for plug-ins to check the version of DataTables being used,
|
* Provide a common method for plug-ins to check the version of DataTables being used,
|
||||||
* in order to ensure compatibility.
|
* in order to ensure compatibility.
|
||||||
|
* @type function
|
||||||
* @param {string} sVersion Version string to check for, in the format "X.Y.Z". Note
|
* @param {string} sVersion Version string to check for, in the format "X.Y.Z". Note
|
||||||
* that the formats "X" and "X.Y" are also acceptable.
|
* that the formats "X" and "X.Y" are also acceptable.
|
||||||
* @returns {boolean} true if this version of DataTables is greater or equal to the
|
* @returns {boolean} true if this version of DataTables is greater or equal to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user