Skip to content
Snippets Groups Projects
Commit a11c8cce authored by cramakri's avatar cramakri
Browse files

MINOR Fixed incorrect reference to a variable

SVN: 25531
parent a5708603
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ function props_to_pairs(d) ...@@ -93,7 +93,7 @@ function props_to_pairs(d)
function displayReturnedSamples(data) function displayReturnedSamples(data)
{ {
if (data.error) { if (data.error) {
console.log(error); console.log(data.error);
vis.append("p").text("Could not retrieve data."); vis.append("p").text("Could not retrieve data.");
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment