1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-02 11:34:50 +02:00

remove unused var

This commit is contained in:
Gary Katsevman 2014-03-26 13:49:21 -04:00
parent f1d2aef048
commit fef6282d55

View File

@ -1,7 +1,5 @@
module('HTML5');
var oldAndroidVersion;
test('should detect whether the volume can be changed', function(){
var testVid, ConstVolumeVideo;
if (!{}['__defineSetter__']) {