Skip to content

Commit 50bc8bd

Browse files
committed
comment out eval case
1 parent 63f9573 commit 50bc8bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/logo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7571,6 +7571,7 @@ function Logo () {
75717571
}
75727572
}
75737573
break;
7574+
/*
75747575
case 'eval':
75757576
var cblk1 = that.blocks.blockList[blk].connections[1];
75767577
var cblk2 = that.blocks.blockList[blk].connections[2];
@@ -7579,6 +7580,7 @@ function Logo () {
75797580
// Restricted to math methods
75807581
that.blocks.blockList[blk].value = Number(eval('Math.' + a.replace(/x/g, b.toString())));
75817582
break;
7583+
*/
75827584
case 'arg':
75837585
var cblk = that.blocks.blockList[blk].connections[1];
75847586
var name = that.parseArg(that, turtle, cblk, blk, receivedArg);

0 commit comments

Comments
 (0)