Fixing an issue with CMI interactions not being loaded in the proper order

Interaction ID and Type need to be loaded before most other interaction fields, so I added a built in sort when loading using the flattened JSON load.
This commit is contained in:
Jonathan Putney
2020-07-28 22:36:37 -04:00
parent f4ab13ca8c
commit 1b48c9ee4d
7 changed files with 138 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "scorm-again",
"version": "1.3.1",
"version": "1.3.2",
"description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
"main": "dist/scorm-again.min.js",
"directories": {