Skip to content

Commit

Permalink
instead of genes, it's now gene
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Dec 14, 2015
1 parent 18579c3 commit 74a9f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 74a9f1d

Please sign in to comment.