fix code review comments

This commit is contained in:
picklesrus 2018-11-21 11:08:22 -05:00
parent f214d3a191
commit 4a542b455d
3 changed files with 8 additions and 8 deletions
src/engine

View file

@ -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);
}
/**