Skip to content
Snippets Groups Projects
Commit 70e6b812 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

small change

parent 5cf7bb1f
Branches
No related tags found
No related merge requests found
...@@ -107,6 +107,7 @@ define(['underscore', 'backbone', 'threeModel', 'three', 'plist', 'globals'], fu ...@@ -107,6 +107,7 @@ define(['underscore', 'backbone', 'threeModel', 'three', 'plist', 'globals'], fu
this.set("basePlaneIsVisible", true); this.set("basePlaneIsVisible", true);
this.set("highlighterIsVisible", true); this.set("highlighterIsVisible", true);
} else if (navSelection == "electronicNavSim" || navSelection == "mechanicalNavSim"){ } else if (navSelection == "electronicNavSim" || navSelection == "mechanicalNavSim"){
this.set("basePlaneIsVisible", true);
this.set("highlighterIsVisible", false); this.set("highlighterIsVisible", false);
} else if (navSelection == "navAssemble"){ } else if (navSelection == "navAssemble"){
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment