Fixed small contacts and accelerometer object instantiation bugs. Added a bit more delay to PhoneGap constructor, 1ms caused issues sometimes I *think*.

This commit is contained in:
filmaj
2010-02-13 18:58:45 -08:00
parent 5255f63237
commit 76a8203176
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ PhoneGap.addConstructor = function(func) {
e.initEvent('deviceready');
document.dispatchEvent(e);
}
}, 1);
}, 5);
})();