mirror of
https://github.com/videojs/video.js.git
synced 2025-02-02 11:34:50 +02:00
8082c5a3d0
Some JavaScript environments don't implement setTimeout, which causes Video.js to fail on require. Instead, move our Dom.isReal() check earlier to before we call setTimeout.