Fix missing method (#2130)

This commit is contained in:
Christian Melchior 2018-11-26 13:26:09 +01:00 committed by GitHub
parent 74f1f25e66
commit 26723b8d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ x.x.x Release notes (yyyy-MM-dd)
* None.
### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* `_initializeSyncManager` missing when debugging React Native. Resulted in messages like `realmConstructor.Sync._initializeSyncManager is not a function` ([#2128](https://github.com/realm/realm-js/issues/2128), since v2.20.0)
* None.
### Compatibility

View File

@ -132,7 +132,8 @@ util.createMethods(Realm.prototype, objectTypes.REALM, [
'close',
'_waitForDownload',
'_objectForObjectId',
'_asyncOpen'
'_asyncOpen',
'_initializeSyncManager'
]);
// Mutating methods: