changed indent: spaces to tab

spaces and tabs were mixed. Changed all spaces to tabs. Also deleted
all spaces in empty lines.
This commit is contained in:
Andre Meyering 2013-01-23 14:49:16 +01:00
parent ebdf914795
commit 6a767743bd
6 changed files with 295 additions and 297 deletions

View File

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