Merge pull request from yueyuzhao/expose-scratchjr

Expose scratchjr to global
This commit is contained in:
chrisgarrity 2019-04-15 09:42:08 -07:00 committed by GitHub
commit 1db48319c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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