mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Update comment for new extension update event
This commit is contained in:
parent
92a73fef55
commit
39f15d3699
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ class Runtime extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event name for report that a change was made that can be saved
|
* Event name for report that a change was made to an extension in the toolbox.
|
||||||
* @const {string}
|
* @const {string}
|
||||||
*/
|
*/
|
||||||
static get TOOLBOX_EXTENSIONS_NEED_UPDATE () {
|
static get TOOLBOX_EXTENSIONS_NEED_UPDATE () {
|
||||||
|
|
Loading…
Reference in a new issue