From f5355be7c5da8781409edfd4bcfa70f6af93253f Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Wed, 28 Jan 2015 16:06:06 -0500
Subject: [PATCH] typo

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

diff --git a/js/fea/dmaPart.js b/js/fea/dmaPart.js
index d9c6b229..33f00284 100644
--- a/js/fea/dmaPart.js
+++ b/js/fea/dmaPart.js
@@ -72,11 +72,11 @@
 
     DMAPart.prototype.show = function(){
         if (!this.mesh) this._draw();
-        this.mesh.visibility = true;
+        this.mesh.visible = true;
     };
 
     DMAPart.prototype.hide = function(){
-        if (this.mesh) this.mesh.visibility = false;
+        if (this.mesh) this.mesh.visible = false;
     };
 
     self.DMAPart =  DMAPart;
-- 
GitLab