Team:KAIST-Korea/jihan
From 2011.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
function buildDepth(array,count) { | function buildDepth(array,count) { | ||
var depthStr=""; | var depthStr=""; | ||
- | for (i= | + | for (i=1;i<count;i++) |
{ | { | ||
depthStr=depthStr + array[i] + "/" ; | depthStr=depthStr + array[i] + "/" ; |
Revision as of 09:17, 7 August 2011