Bug 788440 : B2G Contact: Permission denied to access property 'id'. r=bholley

This commit is contained in:
Gregor Wanger 2012-09-13 12:02:30 +08:00
parent 311c0b45b5
commit 0838ea13bb

View File

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