Changing exports to just create variables on window

This commit is contained in:
Jonathan Putney
2019-11-18 13:41:07 -05:00
parent bc7a3a03a0
commit bbc5af424e
7 changed files with 21 additions and 20 deletions

View File

@@ -523,3 +523,5 @@ export default class Scorm2004API extends BaseAPI {
}
}
}
window.Scorm2004API = Scorm2004API;