mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Adding stopAll binding back in after un-rebased merge.
This commit is contained in:
parent
54ed67ac22
commit
2148e9ead1
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class MicroBit {
|
|||
* @private
|
||||
*/
|
||||
this._runtime = runtime;
|
||||
this._runtime.on('PROJECT_STOP_ALL', this.stopAll.bind(this));
|
||||
|
||||
/**
|
||||
* The BluetoothLowEnergy connection socket for reading/writing peripheral data.
|
||||
|
|
Loading…
Reference in a new issue