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

Function _isHtml

external/.datatables.js:1101–1103  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

1099
1100 // A string without HTML in it can be considered to be HTML still
1101 var _isHtml = function (d) {
1102 return _empty(d) || typeof d === "string"
1103 }
1104
1105 // Is a string a number surrounded by HTML?
1106 var _htmlNumeric = function (d, decimalPoint, formatted, allowEmpty) {

Callers 1

_htmlNumericFunction · 0.85

Calls 1

_emptyFunction · 0.85

Tested by

no test coverage detected