Confirmed users
120
edits
Line 92: | Line 92: | ||
Get all contacts example: | Get all contacts example: | ||
var cursor = navigator.mozContacts.getAll(); | var cursor = navigator.mozContacts.getAll({}); | ||
cursor.onsuccess = function() { | cursor.onsuccess = function() { |