()
| 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"); |