mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-16 08:29:51 -05:00
expose scratchjr to global
This commit is contained in:
parent
f90b6840e3
commit
b8109b8a8f
1 changed files with 3 additions and 0 deletions
|
@ -953,3 +953,6 @@ export default class ScratchJr {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Expose ScratchJr to global
|
||||
window.ScratchJr = ScratchJr;
|
||||
|
|
Loading…
Reference in a new issue