Replacing control_repeat comment

This commit is contained in:
Tim Mickel 2016-05-03 13:34:39 -04:00
parent 20c75569c2
commit 47545e7109

View file

@ -23,6 +23,7 @@ Scratch3Blocks.prototype.getPrimitives = function() {
};
Scratch3Blocks.prototype.repeat = function(argValues, util) {
console.log('Running: control_repeat');
// Initialize loop
if (util.stackFrame.loopCounter === undefined) {
util.stackFrame.loopCounter = 4; // @todo arg