MCPcopy Create free account
hub / github.com/breck7/scroll / _fnCompatMap

Function _fnCompatMap

external/.datatables.js:1750–1754  ·  view source on GitHub ↗
(o, knew, old)

Source from the content-addressed store, hash-verified

1748 * @param {*} old The old parameter name
1749 */
1750 var _fnCompatMap = function (o, knew, old) {
1751 if (o[knew] !== undefined) {
1752 o[old] = o[knew]
1753 }
1754 }
1755
1756 /**
1757 * Provide backwards compatibility for the main DT options. Note that the new

Callers 2

_fnCompatOptsFunction · 0.85
_fnCompatColsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected