Template:Team:UC Davis/MutantWidget

From 2011.igem.org

(Difference between revisions)
Line 579: Line 579:
if(kx >= thisdatax.length-1)
if(kx >= thisdatax.length-1)
{
{
-
kx = thisdatax.length-2
+
kx = thisdatax.length-1
}
}
if(ky >= thisdatay.length-1)
if(ky >= thisdatay.length-1)
{
{
-
ky = thisdatay.length-2
+
ky = thisdatay.length-1
}
}
                     kx--;
                     kx--;

Revision as of 08:06, 27 September 2011