Skip to content
Snippets Groups Projects
Commit f7968d30 authored by amandaghassaei's avatar amandaghassaei
Browse files

small changes

parent a00b4ee1
Branches
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ function initViveInterface(globals){ ...@@ -167,7 +167,7 @@ function initViveInterface(globals){
}; };
_.each(examples, function(object, key){ _.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); var index = _.values(object).indexOf(val);
if (index<0) { if (index<0) {
console.warn("pattern not found: " + val); console.warn("pattern not found: " + val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment