mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-30 00:02:51 -04:00
Fix typo
This commit is contained in:
parent
d2a0e6fa2d
commit
659014b45f
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ var execute = function (sequencer, thread) {
|
|||
// expressions... or something. Not exactly sure why it
|
||||
// complains here.
|
||||
// eslint-disable-next-line no-useless-call
|
||||
return devObject[func].call(devObject[func], args);
|
||||
return devObject[func].call(devObject, args);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue