testing various changes... yes I'm using github to push to a server for testing on another device :)

This commit is contained in:
Andrew Trice 2012-05-29 21:38:50 -04:00
parent e743aa006a
commit 87f928e85a
1 changed files with 1 additions and 1 deletions

View File

@ -392,4 +392,4 @@ function onBackKey( event ) {
//block page scrolling
document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
window.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);