This commit is contained in:
Florrie 2018-04-30 21:04:50 -03:00
parent 231402fc53
commit fe13f30037
2 changed files with 2 additions and 2 deletions

View file

@ -481,7 +481,7 @@ class Scratch3LooksBlocks {
return util.target.getCostumes()[util.target.currentCostume].name;
}
doNothing() {}
doNothing () {}
}
module.exports = Scratch3LooksBlocks;

View file

@ -295,7 +295,7 @@ class Scratch3SensingBlocks {
return 0;
}
doNothing() {}
doNothing () {}
}
module.exports = Scratch3SensingBlocks;