Skip to content

Commit

Permalink
Fix: made bit count a factor of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster committed Aug 6, 2015
1 parent b08ccf2 commit 45e7631
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 45e7631

Please sign in to comment.