Skip to content

Commit

Permalink
tweaked settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sintaxi committed Feb 27, 2009
1 parent d8d2bc5 commit b15dbc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
tmp/
6 changes: 3 additions & 3 deletions iphone/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build/*
PhoneGap.xcodeproj/*.pbxuser
PhoneGap.xcodeproj/*.perspectivev3
*.mode1v3
*.pbxuser
*.perspectivev3
*.mode1v3
8 changes: 1 addition & 7 deletions iphone/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,12 @@
}

var getContact = function() {
var suc = function(c){
alert("Contact 4: " + c.contacts[3].name);
};
var suc = function(c){ alert("Contact 4: " + c.contacts[3].name); };
var fail = function(){};

navigator.ContactManager.get(suc, fail);


}

var playSound = function() {

new Media('beep.wav').play();
}

Expand Down

0 comments on commit b15dbc0

Please sign in to comment.