From 74a9f1df4e702f7ba72f2af08f663f5a3b12bab7 Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Mon, 14 Dec 2015 11:20:01 -0500 Subject: [PATCH] instead of genes, it's now gene --- VQI_PathwayEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index 6ffc6ac..7fe7b3f 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -14,7 +14,7 @@ var VQI_PathwayEditor = function(parent) { // Globals var states = []; - var types = ["bundleOne", "bundleTwo", "genes", "geneProduct", "protein", "rna", "microRNA", "kinase", "ligand", "receptor", "biologicalProcess", "triangle","ellipse","pentagon","hexagon","heptagon","octagon","star","diamond","vee","rhomboid","label"]; + var types = ["bundleOne", "bundleTwo", "gene", "geneProduct", "protein", "rna", "microRNA", "kinase", "ligand", "receptor", "biologicalProcess", "triangle","ellipse","pentagon","hexagon","heptagon","octagon","star","diamond","vee","rhomboid","label"]; var stateRecycle = []; var lastEvent = 0; var selectedForQueryNodes = [];