tiny merge with develop
This commit is contained in:
parent
9b0ead24a3
commit
a84815aaed
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const Cable = {
|
||||||
// refactor the heck outta this, its adding wicked wait time
|
// refactor the heck outta this, its adding wicked wait time
|
||||||
var topic1, topic2, node1, node2, synapse, mapping, cancel, mapper
|
var topic1, topic2, node1, node2, synapse, mapping, cancel, mapper
|
||||||
|
|
||||||
function waitThenRenderSynapse() {
|
const waitThenRenderSynapse = () => {
|
||||||
if (synapse && mapping && mapper && synapse.getTopic1() && synapse.getTopic2()) {
|
if (synapse && mapping && mapper && synapse.getTopic1() && synapse.getTopic2()) {
|
||||||
topic1 = synapse.getTopic1()
|
topic1 = synapse.getTopic1()
|
||||||
node1 = topic1.get('node')
|
node1 = topic1.get('node')
|
||||||
|
|
Loading…
Add table
Reference in a new issue