correcting typo

This commit is contained in:
Stuart Lynn 2015-09-11 13:00:59 -04:00
parent 29220a16ec
commit f41d79a045

View File

@ -85,7 +85,7 @@ var Profiler = require('../profiler');
if(rows.length>0){
val_keys = Object.keys(rows[0]).filter(function(k){return (k.indexOf("vals__uint8") > -1) })
}
r
var renderData = []