Skip to content

Commit

Permalink
typo mistake on external functions Rna -> rna
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Jan 29, 2016
1 parent ccb3e88 commit 66a9d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VQI_PathwayEditorGUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 66a9d01

Please sign in to comment.