changed 'deviceReady' to 'deviceready' in index.html. fixed up the file utils a bit so that they sort of work.

This commit is contained in:
Dave Johnson
2010-07-08 15:51:18 -07:00
committed by Joe Bowser
parent 9ff45f70e2
commit ab4ca5ec8b
4 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
function init(){
document.addEventListener("touchmove", preventBehavior, false);
document.addEventListener("deviceReady", deviceInfo, true);
document.addEventListener("deviceready", deviceInfo, true);
}