activate reportPower

pull/89/head
Michael Aschauer 2020-03-19 07:22:46 -07:00
rodzic 847e366275
commit 7fc654b5c0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -2077,6 +2077,7 @@ SpriteMorph.prototype.blockTemplates = function (category) {
blocks.push(block('reportDifference'));
blocks.push(block('reportProduct'));
blocks.push(block('reportQuotient'));
blocks.push(block('reportPower'));
blocks.push('-');
blocks.push(block('reportModulus'));
blocks.push(block('reportRound'));