From 334fb07e84b6863bee22ab649a5d75fe6ada4907 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Sat, 31 Jan 2015 19:22:04 -0500 Subject: [PATCH] small changes --- js/models/threeModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/threeModel.js b/js/models/threeModel.js index bcc51204..f9ff57d5 100644 --- a/js/models/threeModel.js +++ b/js/models/threeModel.js @@ -74,7 +74,7 @@ function ThreeModel(){ } else if (type == "part"){ parts.splice(parts.indexOf(objectToRemove), 1); } else if (type == "basePlane"){ - console.log("not sure if i should be hitting this") + console.log("not sure if i should be hitting this"); basePlane.splice(basePlane.indexOf(objectToRemove), 1); } -- GitLab