non-aspect-ratio aware scaling

This commit is contained in:
Aidan Campbell 2016-02-16 17:58:59 -05:00
parent 5d16e891c9
commit f4a74ea6b1

View File

@ -4,6 +4,7 @@ function attachListeners() {
document.getElementById('stopButton').addEventListener('click', stopPushed);
document.getElementById('pairButton').addEventListener('click', pairPushed);
document.getElementById('showAppsButton').addEventListener('click', showAppsPushed);
window.addEventListener("resize", fullscreenNaclModule);
}
function moduleDidLoad() {