Skip to content

Commit

Permalink
Marissas Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stephensm authored and stephensm committed Aug 12, 2013
2 parents 421bc97 + 2206f4a commit 8d98c47
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 60 deletions.
4 changes: 2 additions & 2 deletions drawSaved.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

var drawFinished=function(myMeatType,myMaxTemps,instructions,startingtemp,side,thickness,mode)
{

var getState=function(temp)
{

Expand All @@ -21,7 +21,7 @@ var drawFinished=function(myMeatType,myMaxTemps,instructions,startingtemp,side,t
for(var i=0;i<instructions.length;i++)
{
if(mode=='F'){
directions.push(instructions[i][0]+" seconds at "+instructions[i][1].toFixed(0)+"\xB0F and "+instructions[i][2].toFixed(0)+"\xB0F"
directions.push(instructions[i][0]+" seconds at "+toF(instructions[i][1]).toFixed(0)+"\xB0F and "+toF(instructions[i][2]).toFixed(0)+"\xB0F"
);
}
else{
Expand Down
Loading

0 comments on commit 8d98c47

Please sign in to comment.