зеркало из https://github.com/mozilla/gecko-dev.git
Bug 786796 - Contacts API: make id, updated and published readonly. r=fabrice
This commit is contained in:
Родитель
acbbb62790
Коммит
e7782f4e2b
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче