1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Fix: Docs: fnVersion check should be marked with @type function

This commit is contained in:
Allan Jardine 2012-02-01 09:53:39 +00:00
parent a3398d9b00
commit 7e18f3b484
2 changed files with 2 additions and 0 deletions

View File

@ -6778,6 +6778,7 @@
/**
* Provide a common method for plug-ins to check the version of DataTables being used,
* in order to ensure compatibility.
* @type function
* @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.
* @returns {boolean} true if this version of DataTables is greater or equal to the

View File

@ -212,6 +212,7 @@ DataTable.models.ext = {
/**
* Provide a common method for plug-ins to check the version of DataTables being used,
* in order to ensure compatibility.
* @type function
* @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.
* @returns {boolean} true if this version of DataTables is greater or equal to the