use correctly scoped variable
This commit is contained in:
parent
d79064a4c5
commit
3d4b693722
@ -268,7 +268,7 @@ define([
|
|||||||
// The following setTimeout is here to make sure whenRealtimeSyncs is called after
|
// The following setTimeout is here to make sure whenRealtimeSyncs is called after
|
||||||
// `contentUpdate` so that we have an update userDoc in chainpad.
|
// `contentUpdate` so that we have an update userDoc in chainpad.
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
Realtime.whenRealtimeSyncs(RT.realtime, function () {
|
Realtime.whenRealtimeSyncs(rt.realtime, function () {
|
||||||
// the following stages are there to initialize a new drive
|
// the following stages are there to initialize a new drive
|
||||||
// if you are registering
|
// if you are registering
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user