From d25784968c748cbc9cd84fb713bf0d0af96f9fd7 Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Fri, 5 Jun 2015 18:26:21 -0700
Subject: [PATCH] small changes

---
 js/models/PList.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/models/PList.js b/js/models/PList.js
index 2282c380..417484a7 100644
--- a/js/models/PList.js
+++ b/js/models/PList.js
@@ -89,8 +89,8 @@ define(['three'], function(THREE){
         },
 
         allMaterialClasses:{
-            electronic: "Electronic",
-            mechanical: "Structural"
+            mechanical: "Structural",
+            electronic: "Electronic"
         },
 
         allMaterials:{
-- 
GitLab