mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Adding getter for Project.js loadIcon
This commit is contained in:
parent
c2f4c82ff0
commit
d984dba0a6
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ export default class Project {
|
|||
loadIcon = newLoadIcon;
|
||||
}
|
||||
|
||||
static get loadIcon () {
|
||||
return loadIcon;
|
||||
}
|
||||
|
||||
static get error () {
|
||||
return error;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue