6 linhas
194 B
JavaScript
6 linhas
194 B
JavaScript
var q = QUnit;
|
|
|
|
// This may not be needed anymore, but double check before removing
|
|
var fixture = document.createElement('div');
|
|
fixture.id = 'qunit-fixture';
|
|
document.body.appendChild(fixture); |