MCPcopy
hub / github.com/methodofaction/Method-Draw / resultDisplayStyle

Function resultDisplayStyle

test/qunit/qunit.js:800–802  ·  view source on GitHub ↗
(passed)

Source from the content-addressed store, hash-verified

798}
799
800function resultDisplayStyle(passed) {
801 return passed && id("qunit-filter-pass") && id("qunit-filter-pass").checked ? 'none' : '';
802}
803
804function escapeHtml(s) {
805 if (!s) {

Callers 1

qunit.jsFile · 0.85

Calls 1

idFunction · 0.85

Tested by

no test coverage detected