bug fix from last commit

This commit is contained in:
Andrew Trice 2012-05-29 21:28:24 -04:00
parent d5b062c17f
commit 722385f9f5
1 changed files with 1 additions and 1 deletions

View File

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