blob: 0c79a0e5ccb21f3b46aa54a30016e9e5d6d9edbd [file] [log] [blame]
if (typeof(DeviceInfo) != 'object')
DeviceInfo = {};
function PhoneGap() {
ready = true;
available = true;
sceneController = null;
};
document.addEventListener('DOMContentLoaded', function () {
window.phonegap = new PhoneGap();
navigator.device.deviceReady();
});