mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update Block.as
This commit is contained in:
parent
93dfe71783
commit
d681a5606a
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ public class Block extends Sprite {
|
|||
/* Menu */
|
||||
|
||||
public function menu(evt:MouseEvent):void {
|
||||
// Note: Unlike most menu() mehtods, this method invokes
|
||||
// Note: Unlike most menu() methods, this method invokes
|
||||
// the menu itself rather than returning a menu to the caller.
|
||||
if (MenuHandlerFunction == null) return;
|
||||
if (isEmbeddedInProcHat()) MenuHandlerFunction(null, parent);
|
||||
|
|
Loading…
Reference in a new issue