Fix Chrome debug API

This commit is contained in:
astigsen 2018-05-15 14:37:04 +02:00
parent 5186eeb84e
commit fbf4db56c5
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ createMethods(RealmObject.prototype, objectTypes.OBJECT, [
'isValid', 'isValid',
'objectSchema', 'objectSchema',
'linkingObjects', 'linkingObjects',
'linkingObjectsCount',
'_objectId', '_objectId',
'_isSameObject', '_isSameObject',
]); ]);