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

Function getFeature

external/.datatables.js:3450–3456  ·  view source on GitHub ↗
(feature, opts)

Source from the content-addressed store, hash-verified

3448 */
3449 function _layoutResolve(settings, row) {
3450 var getFeature = function (feature, opts) {
3451 if (!_ext.features[feature]) {
3452 _fnLog(settings, 0, "Unknown feature: " + feature)
3453 }
3454
3455 return _ext.features[feature].apply(this, [settings, opts])
3456 }
3457
3458 var resolve = function (item) {
3459 if (!row[item]) {

Callers 1

resolveFunction · 0.85

Calls 1

_fnLogFunction · 0.85

Tested by

no test coverage detected