mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 13:11:12 -05:00
Fixed whitespace in blocks.Block
This commit is contained in:
parent
4019358fbe
commit
453f26559c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class Block extends Sprite {
|
|||
|
||||
// Blocking operations
|
||||
public var isRequester:Boolean = false;
|
||||
public var requestState:int = 0; // 0 - no request made, 1 - awaiting response, 2 - data ready
|
||||
public var requestState:int = 0; // 0 - no request made, 1 - awaiting response, 2 - data ready
|
||||
public var response:* = null;
|
||||
public var requestLoader:URLLoader = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue