mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-11 22:10:00 -04:00
Fix _removeThread documentation and add toggleStack
This commit is contained in:
parent
69450031cd
commit
96123f870f
4 changed files with 67 additions and 8 deletions
src/engine
|
@ -4,6 +4,10 @@
|
|||
* @constructor
|
||||
*/
|
||||
function Thread (firstBlock) {
|
||||
/**
|
||||
* Top block of the thread
|
||||
*/
|
||||
this.topBlock = firstBlock;
|
||||
/**
|
||||
* Next block that the thread will execute.
|
||||
* @type {string}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue