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

forgot a semicolon >.<

This commit is contained in:
Gary Katsevman 2013-04-29 18:12:32 -04:00
parent a681d172f2
commit 85cf34017a

View File

@ -41,7 +41,7 @@ vjs.MediaTechController.prototype.onClick = (function(){
this.player_.pause();
}
}
}
};
}
})();