Skip to content

Commit

Permalink
fix more render bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdingle committed Nov 23, 2009
1 parent 74ef107 commit 023f305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genetify/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ genetify.controls = {
var row = [variantName];
for (var i=0; i < headers.length; i++){
var col = headers[i];
var value = gene[variantName][headers[col]];
var value = gene[variantName][col];
if (typeof(value) == 'number'){
value = genetify.utils.round(value);
}
Expand Down

0 comments on commit 023f305

Please sign in to comment.