MCPcopy
hub / github.com/BorisMoore/jquery-tmpl / resultDisplayStyle

Function resultDisplayStyle

tests/qunit.js:749–751  ·  view source on GitHub ↗
(passed)

Source from the content-addressed store, hash-verified

747}
748
749function resultDisplayStyle(passed) {
750 return passed && id("qunit-filter-pass") && id("qunit-filter-pass").checked ? 'none' : '';
751}
752
753function escapeHtml(s) {
754 if (!s) {

Callers 1

qunit.jsFile · 0.85

Calls 1

idFunction · 0.85

Tested by

no test coverage detected