mirror of
https://github.com/videojs/video.js.git
synced 2025-01-10 23:30:03 +02:00
6 lines
194 B
JavaScript
6 lines
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); |