mirror of
https://github.com/videojs/video.js.git
synced 2025-01-25 11:13:52 +02:00
7 lines
195 B
JavaScript
7 lines
195 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);
|