mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-04-01 15:50:25 -04:00
Merge pull request #203 from yueyuzhao/expose-scratchjr
Expose scratchjr to global
This commit is contained in:
commit
1db48319c3
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…
Add table
Reference in a new issue