MCPcopy Create free account
hub / github.com/jquery/jquery-ui / appendUserAgent

Function appendUserAgent

external/qunit/qunit.js:5618–5624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5616 return "<div id='qunit-filteredTest'>Rerunning selected tests: " + escapeText(testId.join(', ')) + " <a id='qunit-clearFilter' href='" + escapeText(unfilteredUrl) + "'>Run all tests</a></div>";
5617 }
5618 function appendUserAgent() {
5619 var userAgent = id('qunit-userAgent');
5620 if (userAgent) {
5621 userAgent.innerHTML = '';
5622 userAgent.appendChild(document.createTextNode('QUnit ' + QUnit.version + '; ' + navigator.userAgent));
5623 }
5624 }
5625 function appendInterface(beginDetails) {
5626 var qunit = id('qunit');
5627

Callers 1

appendInterfaceFunction · 0.85

Calls 1

idFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…