diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index ec0a9f56..296fb703 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -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 diff --git a/media/src/model/model.ext.js b/media/src/model/model.ext.js index 9e306bae..590eeb23 100644 --- a/media/src/model/model.ext.js +++ b/media/src/model/model.ext.js @@ -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