From f7968d30b4503acf2682186ca4bccf94d7f8fa91 Mon Sep 17 00:00:00 2001 From: amandaghassaei <amandaghassaei@gmail.com> Date: Wed, 4 Oct 2017 15:40:22 -0400 Subject: [PATCH] small changes --- js/VRInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/VRInterface.js b/js/VRInterface.js index fa80161..aa0ff6f 100644 --- a/js/VRInterface.js +++ b/js/VRInterface.js @@ -167,7 +167,7 @@ function initViveInterface(globals){ }; _.each(examples, function(object, key){ - var dropdown = examplesMenu.add(examples, key, _.values(object)).onChange(function(val){ + examplesMenu.add(examples, key, _.values(object)).onChange(function(val){ var index = _.values(object).indexOf(val); if (index<0) { console.warn("pattern not found: " + val); -- GitLab