Adding comments

This commit is contained in:
Joe Bowser 2008-10-15 14:29:08 -07:00
parent 9911202d5b
commit 88127f0b20

View File

@ -24,11 +24,11 @@ public class PhoneGap {
} }
public void takePhoto(){ public void takePhoto(){
// TO-DO: Figure out what this should do
} }
public void playSound(){ public void playSound(){
// TO-DO: Figure out what this should do
} }
public void vibrate(long pattern){ public void vibrate(long pattern){