Skip to content

Commit

Permalink
Merge pull request #87 from adaptlearning/hotfix/81
Browse files Browse the repository at this point in the history
Fix: made bit count a factor of 4
  • Loading branch information
oliverfoster committed Aug 20, 2015
2 parents 299df81 + 45e7631 commit 8ea068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/serializers/scormSuspendDataSerializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}

}
DataType.VARIABLELENGTHDESCRIPTORSIZE = 7;
DataType.VARIABLELENGTHDESCRIPTORSIZE = 8;
DataType._types = {};
DataType._indexes = [];
DataType.getName = function DataTypeGetName(name) {
Expand Down

0 comments on commit 8ea068e

Please sign in to comment.