removed some dev comments

This commit is contained in:
rnvahey@gmail.com 2009-02-25 00:07:14 +07:00
parent d8a46494ec
commit 0e2d4d6af7
4 changed files with 4 additions and 5 deletions

View File

@ -293,7 +293,6 @@ var Device = {
return Device.exec(xsound + clip); return Device.exec(xsound + clip);
}, },
// notifications
notification: { notification: {
watchPosition: function(filter) { watchPosition: function(filter) {
window.DroidGap.notificationWatchPosition(filter); window.DroidGap.notificationWatchPosition(filter);

View File

@ -15,11 +15,11 @@
initGap = function() { initGap = function() {
// Device.init() initializes OS-Device values // Device.init() initializes OS-Device values
// UNDO Device.init(); Device.init();
// Device.Location.init() to initalize location // Device.Location.init() to initalize location
// UNDO Device.Location.init(); Device.Location.init();
//Device.Acceleration.callback = updateAccel; //Device.Acceleration.callback = updateAccel;
} }
@ -99,11 +99,11 @@ receiveSmsNotification = function(func)
function onReceiveSms(number, message) function onReceiveSms(number, message)
{ {
$('number').value = number; $('number').value = number;
$('message').value = message $('message').value = message;
} }
// UNDO addLoadEvent(initGap); addLoadEvent(initGap);
</script> </script>
</head><body orient="landscape"> </head><body orient="landscape">

Binary file not shown.

Binary file not shown.