mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Fix - docs: JSDoc syntax errors which were picked up by JSDoc Toolkit
This commit is contained in:
parent
391cd6a7a6
commit
3d802a685b
8
media/js/jquery.dataTables.js
vendored
8
media/js/jquery.dataTables.js
vendored
@ -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
|
||||
|
@ -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 )
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user