bug fix from last commit

This commit is contained in:
Andrew Trice 2012-05-29 21:27:50 -04:00
parent 858ed0704f
commit 4e1ef08a39
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ $(document).ready(function() {
$(document).bind( "touchmove", function (e) { e.preventDefault(); return false; } );
}
});