From 6c5960ee7b2f8f189c13773f109c905ee72fe5c7 Mon Sep 17 00:00:00 2001 From: blagoev Date: Thu, 28 Sep 2017 10:37:45 +0300 Subject: [PATCH] fix merge --- docs/realm.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/realm.js b/docs/realm.js index ab351c90..4f7a85ad 100644 --- a/docs/realm.js +++ b/docs/realm.js @@ -93,11 +93,7 @@ class Realm { constructor(config) {} /** -<<<<<<< HEAD - * Open a realm asynchronously with a promise. If the realm is synced, it will be fully -======= * Open a Realm asynchronously with a promise. If the Realm is synced, it will be fully ->>>>>>> 590f5845af4d8fd0bd82f280de4ec72cbcbba044 * synchronized before it is available. * @param {Realm~Configuration} config * @returns {ProgressPromise} - a promise that will be resolved with the realm instance when it's available. @@ -105,11 +101,7 @@ class Realm { static open(config) {} /** -<<<<<<< HEAD - * Open a realm asynchronously with a callback. If the realm is synced, it will be fully -======= * Open a Realm asynchronously with a callback. If the Realm is synced, it will be fully ->>>>>>> 590f5845af4d8fd0bd82f280de4ec72cbcbba044 * synchronized before it is available. * @param {Realm~Configuration} config * @param {callback(error, realm)} - will be called when the realm is ready.