operator_not in primitive table

This commit is contained in:
Tim Mickel 2016-06-20 14:42:56 -04:00
parent f210c12d4d
commit f802faa461

View file

@ -23,6 +23,7 @@ Scratch3OperatorsBlocks.prototype.getPrimitives = function() {
'operator_gt': this.gt,
'operator_and': this.and,
'operator_or': this.or,
'operator_not': this.not,
'operator_random': this.random
};
};