mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
remove unused var
This commit is contained in:
parent
07cd9800e8
commit
4b254a07df
@ -78,7 +78,7 @@ vjs.Component = vjs.CoreObject.extend({
|
||||
touchmove = true;
|
||||
}));
|
||||
this.on('touchend', vjs.bind(this, function(event) {
|
||||
if (!touchmove && !didSomething) {
|
||||
if (!touchmove) {
|
||||
this.player_.reportUserActivity();
|
||||
}
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user