Template:Team:UC Davis/MutantWidget

From 2011.igem.org

(Difference between revisions)
Line 401: Line 401:
function(index)
function(index)
{
{
-
var thisdataz = $(this).text().split(',');
+
thisdataz = $(this).text().split(',');
-
var thisdatax = $('.xdata_3d').eq(index).text().split(',');
+
thisdatax = $('.xdata_3d').eq(index).text().split(',');
-
var thisdatay = $('.ydata_3d').eq(index).text().split(',');
+
thisdatay = $('.ydata_3d').eq(index).text().split(',');
//numxpoints = thisdatax.length;
//numxpoints = thisdatax.length;
//numypoints = thisdatay.length;
//numypoints = thisdatay.length;

Revision as of 04:49, 26 September 2011