mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
operator_not in primitive table
This commit is contained in:
parent
f210c12d4d
commit
f802faa461
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue