mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-02 01:22:31 -04:00
fix code review comments
This commit is contained in:
parent
f214d3a191
commit
4a542b455d
3 changed files with 8 additions and 8 deletions
src/engine
|
@ -2181,7 +2181,7 @@ class Runtime extends EventEmitter {
|
|||
* Emit an event that indicate that the blocks on the workspace need updating.
|
||||
*/
|
||||
requestBlocksUpdate () {
|
||||
this.emit(Runtime.BLOCK_NEED_UPDATE);
|
||||
this.emit(Runtime.BLOCKS_NEED_UPDATE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue