From 0d08ed3b1648a81061430c27fb4f3dd9a556d1b9 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Fri, 30 Jan 2015 16:27:10 -0800 Subject: [PATCH] cosmetic --- web/app/vector.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/vector.js b/web/app/vector.js index 0fefd2ae..951bf317 100644 --- a/web/app/vector.js +++ b/web/app/vector.js @@ -1,6 +1,5 @@ TCAD.Vector = function(x, y, z) { - this.x = x || 0; this.y = y || 0; this.z = z || 0;