MCPcopy
hub / github.com/Mottie/Keyboard / appendUserAgent

Function appendUserAgent

testing/qunit-2.9.2.js:5118–5125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5116 }
5117
5118 function appendUserAgent() {
5119 var userAgent = id("qunit-userAgent");
5120
5121 if (userAgent) {
5122 userAgent.innerHTML = "";
5123 userAgent.appendChild(document.createTextNode("QUnit " + QUnit.version + "; " + navigator.userAgent));
5124 }
5125 }
5126
5127 function appendInterface() {
5128 var qunit = id("qunit");

Callers 1

appendInterfaceFunction · 0.85

Calls 1

idFunction · 0.85

Tested by

no test coverage detected