expose scratchjr to global

This commit is contained in:
Donald 2018-11-02 20:23:32 +08:00
parent f90b6840e3
commit b8109b8a8f

View file

@ -953,3 +953,6 @@ export default class ScratchJr {
}
}
}
// Expose ScratchJr to global
window.ScratchJr = ScratchJr;