Bug 786796 - Contacts API: make id, updated and published readonly. r=fabrice

This commit is contained in:
Gregor Wagner 2012-08-30 10:17:08 -03:00
Родитель acbbb62790
Коммит e7782f4e2b
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -170,9 +170,9 @@ function Contact() {
Contact.prototype = {
__exposedProps__: {
id: 'rw',
updated: 'rw',
published: 'rw',
id: 'r',
updated: 'r',
published: 'r',
name: 'rw',
honorificPrefix: 'rw',
givenName: 'rw',