(o, knew, old)
| 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 |
no outgoing calls
no test coverage detected