From 8d3a45bb1793646e80d69a3019034552162c52ce Mon Sep 17 00:00:00 2001 From: Robert Best Date: Sat, 22 Oct 2016 02:40:01 -0400 Subject: [PATCH] Update JIT.js --- frontend/src/Metamaps/JIT.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Metamaps/JIT.js b/frontend/src/Metamaps/JIT.js index 409d63f1..6549d823 100644 --- a/frontend/src/Metamaps/JIT.js +++ b/frontend/src/Metamaps/JIT.js @@ -909,7 +909,7 @@ const JIT = { let pixelPos let mapping - if (JIT.tempInit && JIT.tempNode2 == null) { + if (JIT.tempInit && JIT.tempNode2 === null) { // this means you want to add a new topic, and then a synapse Create.newTopic.addSynapse = true Create.newTopic.open()