diff --git a/modules/phonegap/phonegap_list_contacts/command.js b/modules/phonegap/phonegap_list_contacts/command.js index bfb89c49c..2a190aed3 100644 --- a/modules/phonegap/phonegap_list_contacts/command.js +++ b/modules/phonegap/phonegap_list_contacts/command.js @@ -14,13 +14,17 @@ beef.execute(function() { for (var i=0; i", <%= @command_id %>, 'result='+result ); @@ -40,4 +44,4 @@ beef.execute(function() { navigator.contacts.find(fields, onSuccess, onError, options); -}); \ No newline at end of file +});