diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index f1fbe4fc..a6c07483 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -4654,7 +4654,7 @@ * same effect as a click, if the element has focus. * @param {element} n Element to bind the action to * @param {object} oData Data object to pass to the triggered function - * @param {function) fn Callback function for when the event is triggered + * @param {function} fn Callback function for when the event is triggered * @memberof DataTable#oApi */ function _fnBindAction( n, oData, fn ) @@ -4681,7 +4681,7 @@ * @param {object} oSettings dataTables settings object * @param {string} sStore Name of the array storeage for the callbacks in oSettings * @param {function} fn Function to be called back - * @param {string) sName Identifying name for the callback (i.e. a label) + * @param {string} sName Identifying name for the callback (i.e. a label) * @memberof DataTable#oApi */ function _fnCallbackReg( oSettings, sStore, fn, sName ) @@ -4704,7 +4704,7 @@ * @param {string} sStore Name of the array storeage for the callbacks in oSettings * @param {string} sTrigger Name of the jQuery custom event to trigger. If null no trigger * is fired - * @param {array) aArgs Array of arguments to pass to the callback function / trigger + * @param {array} aArgs Array of arguments to pass to the callback function / trigger * @memberof DataTable#oApi */ function _fnCallbackFire( oSettings, sStore, sTrigger, aArgs ) @@ -7503,7 +7503,7 @@ * @param {object} o Object with the following parameters: * @param {int} o.iDataRow The row in aoData * @param {int} o.iDataColumn The column in question - * @param {array o.aData The data for the row in question + * @param {array} o.aData The data for the row in question * @param {object} o.oSettings The settings object for this DataTables instance * @returns {string} The string you which to use in the display * @default null diff --git a/media/src/core/core.support.js b/media/src/core/core.support.js index 1d819c8c..e3597c00 100644 --- a/media/src/core/core.support.js +++ b/media/src/core/core.support.js @@ -191,7 +191,7 @@ function _fnExtend( oOut, oExtender ) * same effect as a click, if the element has focus. * @param {element} n Element to bind the action to * @param {object} oData Data object to pass to the triggered function - * @param {function) fn Callback function for when the event is triggered + * @param {function} fn Callback function for when the event is triggered * @memberof DataTable#oApi */ function _fnBindAction( n, oData, fn ) @@ -218,7 +218,7 @@ function _fnBindAction( n, oData, fn ) * @param {object} oSettings dataTables settings object * @param {string} sStore Name of the array storeage for the callbacks in oSettings * @param {function} fn Function to be called back - * @param {string) sName Identifying name for the callback (i.e. a label) + * @param {string} sName Identifying name for the callback (i.e. a label) * @memberof DataTable#oApi */ function _fnCallbackReg( oSettings, sStore, fn, sName ) @@ -241,7 +241,7 @@ function _fnCallbackReg( oSettings, sStore, fn, sName ) * @param {string} sStore Name of the array storeage for the callbacks in oSettings * @param {string} sTrigger Name of the jQuery custom event to trigger. If null no trigger * is fired - * @param {array) aArgs Array of arguments to pass to the callback function / trigger + * @param {array} aArgs Array of arguments to pass to the callback function / trigger * @memberof DataTable#oApi */ function _fnCallbackFire( oSettings, sStore, sTrigger, aArgs ) diff --git a/media/src/model/model.column.js b/media/src/model/model.column.js index 9f076c36..0f440cf8 100644 --- a/media/src/model/model.column.js +++ b/media/src/model/model.column.js @@ -113,7 +113,7 @@ DataTable.models.oColumn = { * @param {object} o Object with the following parameters: * @param {int} o.iDataRow The row in aoData * @param {int} o.iDataColumn The column in question - * @param {array o.aData The data for the row in question + * @param {array} o.aData The data for the row in question * @param {object} o.oSettings The settings object for this DataTables instance * @returns {string} The string you which to use in the display * @default null