From 66a9d0181ad339c6aff3aa0dae3dae99794f548a Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Fri, 29 Jan 2016 12:03:20 -0500 Subject: [PATCH] typo mistake on external functions Rna -> rna --- VQI_PathwayEditorGUI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VQI_PathwayEditorGUI.js b/VQI_PathwayEditorGUI.js index 95001b2..3e58515 100644 --- a/VQI_PathwayEditorGUI.js +++ b/VQI_PathwayEditorGUI.js @@ -2391,11 +2391,11 @@ var VQI_PathwayEditorGUI = function (parent) { //exteRnal GUI functions - self.loadPathwayExteRnal = function (id) { + self.loadPathwayExternal = function (id) { loadPathway(id); } - self.sprayColorExteRnal = function (list) { + self.sprayColorExternal = function (list) { sprayColor(list); }