tiny merge with develop

This commit is contained in:
Connor Turland 2017-02-05 06:39:55 +00:00
parent 9b0ead24a3
commit a84815aaed

View file

@ -47,7 +47,7 @@ const Cable = {
// refactor the heck outta this, its adding wicked wait time
var topic1, topic2, node1, node2, synapse, mapping, cancel, mapper
function waitThenRenderSynapse() {
const waitThenRenderSynapse = () => {
if (synapse && mapping && mapper && synapse.getTopic1() && synapse.getTopic2()) {
topic1 = synapse.getTopic1()
node1 = topic1.get('node')