Update JIT.js

This commit is contained in:
Robert Best 2016-10-22 02:40:01 -04:00 committed by GitHub
parent e761655df8
commit 8d3a45bb17

View file

@ -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()