Team:Gifu

From 2014.igem.org

(Difference between revisions)
Line 55: Line 55:
  $(function(){
  $(function(){
   $("#point").css({
   $("#point").css({
-
     left:r * Math.cos(Math.PI/180 * rad) + 190
+
     left = r * Math.cos(Math.PI/180 * rad) + 190
-
     top:r * Math.sin(Math.PI/180 * rad) + 200
+
     top = r * Math.sin(Math.PI/180 * rad) + 200
  });
  });
  });
  });

Revision as of 02:37, 27 August 2014

factory1