What's changed
We've fixed the cat video bug. It was a real doozy.
// Old code
var catVideo = new CatVideo();
catVideo.play();
// New code
var catVideo = new FixedCatVideo();
catVideo.play();
Now cat videos play smoothly and without errors.
Thanks for your patience.