MCPcopy
hub / github.com/liabru/jquery-match-height / _parse

Function _parse

jquery.matchHeight.js:32–35  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

30 */
31
32 var _parse = function(value) {
33 // parse value and convert NaN to 0
34 return parseFloat(value) || 0;
35 };
36
37 /*
38 * _rows

Callers 3

_rowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected