Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysiauw authored Mar 21, 2017
1 parent 88d84b6 commit be442b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ var modemap = function() {
get_query_content: function(query_name) {
console.log("dataset")
console.log(dataset)
console.log("datasets)
console.log("datasets")
console.log(datasets)
return datasets.filter(function(d) { return d.queryName == query_name; })[0].content
}
Expand Down

0 comments on commit be442b2

Please sign in to comment.